From 6232dc1dcd8c1781925cbf5cb09cc203a0b74905 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Tue, 21 May 2024 22:57:45 +0900 Subject: [PATCH] v0.9.1 --- CHANGELOG.md | 10 +++++++++- Project.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59828fc33..88e49311d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. 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). +## [0.9.1] + +### Fixed + +- Fixed the issue where the line numbers of methods whose locations were revised by Revise + were not being updated (aviatesk/JET.jl#513). + ## [0.9.0] ### Added @@ -238,7 +245,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[unreleased]: https://github.com/aviatesk/JET.jl/compare/v0.9.0...HEAD +[unreleased]: https://github.com/aviatesk/JET.jl/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/aviatesk/JET.jl/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/aviatesk/JET.jl/compare/v0.8.29...v0.9.0 [0.8.9]: 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 diff --git a/Project.toml b/Project.toml index 41b7c25ee..381a92086 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JET" uuid = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" authors = ["Shuhei Kadowaki "] -version = "0.9.0" +version = "0.9.1" [deps] CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"