Skip to content

Commit 3d8adb6

Browse files
committed
version 0.9.6
1 parent 447c7a3 commit 3d8adb6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
<!-- links start -->
9+
[0.9.6]: https://github.com/aviatesk/JET.jl/compare/v0.9.5...v0.9.6
910
[0.9.5]: https://github.com/aviatesk/JET.jl/compare/v0.9.4...v0.9.5
1011
[0.9.4]: https://github.com/aviatesk/JET.jl/compare/v0.9.3...v0.9.4
1112
[0.9.3]: https://github.com/aviatesk/JET.jl/compare/v0.9.2...v0.9.3
@@ -24,6 +25,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2425
[0.8.0]: https://github.com/aviatesk/JET.jl/compare/v0.7.15...v0.8.0
2526
<!-- links end -->
2627

28+
## [0.9.6]
29+
### Fixed
30+
- `report_opt` no longer raises reports from callees on `throw` code path when the
31+
`skip_unoptimized_throw_blocks::Bool=true` configuration is enabled (aviatesk/JET.jl#643).
32+
2733
## [0.9.5]
2834
### Added
2935
- `analyze_from_definitions` can now be specified as `entry_point_name::Symbol` to make

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "JET"
22
uuid = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
33
authors = ["Shuhei Kadowaki <[email protected]>"]
4-
version = "0.9.5"
4+
version = "0.9.6"
55

66
[deps]
77
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"

0 commit comments

Comments
 (0)