Skip to content

Commit

Permalink
version 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jul 9, 2023
1 parent a18355e commit 4359e29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.7]

### Changed

- Changed the default `toplevel_logger` configuration for `test_package` to `nothing`.
`test_package` no longer emits logs like `[toplevel-info] analyzing from top-level definitions (xxx/yyy)`
(aviatesk/JET.jl#550).

## [0.8.6]

### Fixed
Expand Down Expand Up @@ -199,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- links -->

[unreleased]: https://github.com/aviatesk/JET.jl/compare/v0.8.6...HEAD
[unreleased]: https://github.com/aviatesk/JET.jl/compare/v0.8.7...HEAD
[0.8.7]: https://github.com/aviatesk/JET.jl/compare/v0.8.6...v0.8.7
[0.8.6]: https://github.com/aviatesk/JET.jl/compare/v0.8.5...v0.8.6
[0.8.5]: https://github.com/aviatesk/JET.jl/compare/v0.8.4...v0.8.5
[0.8.4]: https://github.com/aviatesk/JET.jl/compare/v0.8.3...v0.8.4
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JET"
uuid = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
authors = ["Shuhei Kadowaki <[email protected]>"]
version = "0.8.6"
version = "0.8.7"

[deps]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Expand Down

2 comments on commit 4359e29

@aviatesk
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/87122

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.7 -m "<description of version>" 4359e29f7963a327c6f0c5a55b461be216333bd1
git push origin v0.8.7

Please sign in to comment.