Skip to content

Commit

Permalink
version 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jul 24, 2023
1 parent 250ee46 commit 98d9b0c
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.9]

### Fixed

- `report_package` now supports the `using Module: Inner.object` syntax
(aviatesk/JET.jl#554, aviatesk/JET.jl#555).
- Various internal improvements.

## [0.8.8]

### Fixed
Expand Down Expand Up @@ -214,7 +222,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.8...HEAD
[unreleased]: https://github.com/aviatesk/JET.jl/compare/v0.8.9...HEAD
[0.8.8]: https://github.com/aviatesk/JET.jl/compare/v0.8.8...v0.8.9
[0.8.8]: https://github.com/aviatesk/JET.jl/compare/v0.8.7...v0.8.8
[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
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 <aviatesk@gmail.com>"]
version = "0.8.8"
version = "0.8.9"

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

2 comments on commit 98d9b0c

@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/88196

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.9 -m "<description of version>" 98d9b0c84fed0d29eea67bc7b8154397f6af945a
git push origin v0.8.9

Please sign in to comment.