Skip to content

Commit

Permalink
Update [compat] for Cthulhu
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 17, 2024
1 parent 86e673e commit 05deba4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- links start -->
[0.9.8]: https://github.com/aviatesk/JET.jl/compare/v0.9.7...v0.9.8
[0.9.6]: https://github.com/aviatesk/JET.jl/compare/v0.9.5...v0.9.6
[0.9.5]: https://github.com/aviatesk/JET.jl/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/aviatesk/JET.jl/compare/v0.9.3...v0.9.4
Expand All @@ -25,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.8.0]: https://github.com/aviatesk/JET.jl/compare/v0.7.15...v0.8.0
<!-- links end -->

## [0.9.8]
### Added
- An extension that integrates `@report_opt` with Cthulhu (aviatesk/JET.jl#648)
- `reportkey` for trimming multiple reports that resolve to the same runtime-dispatch caller/callee pair (aviatesk/JET.jl#648)

## [0.9.6]
### Fixed
- `report_opt` no longer raises reports from callees on `throw` code path when the
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ReviseExt = "Revise"
Aqua = "0.8.2"
BenchmarkTools = "1.3.2"
CodeTracking = "1.3.1"
Cthulhu = "2.12.7"
Cthulhu = "2.14.0"
Example = "0.5.3"
InteractiveUtils = "1.10"
JuliaInterpreter = "0.9"
Expand Down

0 comments on commit 05deba4

Please sign in to comment.