Skip to content

Commit d174399

Browse files
committed
version 0.9.18
1 parent cc6c316 commit d174399

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
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.18]: https://github.com/aviatesk/JET.jl/compare/v0.9.17...v0.9.18
910
[0.9.17]: https://github.com/aviatesk/JET.jl/compare/v0.9.16...v0.9.17
1011
[0.9.16]: https://github.com/aviatesk/JET.jl/compare/v0.9.15...v0.9.16
1112
[0.9.15]: https://github.com/aviatesk/JET.jl/compare/v0.9.14...v0.9.15
@@ -36,6 +37,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3637
[0.8.0]: https://github.com/aviatesk/JET.jl/compare/v0.7.15...v0.8.0
3738
<!-- links end -->
3839

40+
## [0.9.18]
41+
### Change
42+
- Allowed [the PkgEval infrastructure](https://github.com/JuliaCI/PkgEval.jl) to try to load
43+
JET always (aviatesk/JET.jl#690)
44+
3945
## [0.9.17]
4046
### Changed
4147
- Even when JET fails to be loaded on nightly versions, stub functions mimicking JET’s API

Project.toml

+1-1
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.17"
4+
version = "0.9.18"
55

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

0 commit comments

Comments
 (0)