From 8652a97a61dfd756cfbedd32a16bcaba30d7d1af Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Thu, 23 May 2024 01:15:59 +0900 Subject: [PATCH] version 0.9.2 --- CHANGELOG.md | 12 ++++++++++-- Project.toml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e49311d..d55aaf33c 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.2] + +### Fixed + +- Allow overly deep relative module paths when analyzing a package with `report_package` + (aviatesk/JET.jl#619, aviatesk/JET.jl#633) + ## [0.9.1] ### Fixed @@ -18,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - A new configuration `stacktrace_types_limit::Union{Nothing,Int}=nothing` has been added. It's turned on by default and limits deeply nested types when JET prints reports. - If you prefer the old behavior, set `stacktrace_types_limit=0`. + If you prefer the old behavior, set `stacktrace_types_limit=0` (aviatesk/JET.jl#601). ### Changed @@ -245,7 +252,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.1...HEAD +[unreleased]: https://github.com/aviatesk/JET.jl/compare/v0.9.2...HEAD +[0.9.1]: https://github.com/aviatesk/JET.jl/compare/v0.9.1...v0.9.2 [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 diff --git a/Project.toml b/Project.toml index 381a92086..352803e74 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.1" +version = "0.9.2" [deps] CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"