From 2fe7f55c9d7f7015b3b51b33cb96a7c6fa78a09f Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Thu, 13 Jun 2024 17:25:36 +0900 Subject: [PATCH] version 0.9.3 --- CHANGELOG.md | 14 +++++++++++++- Project.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0130b1fb..04ca25f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.3] + +### Added + +- A simple logo badge for JET.jl is now available (thanks to @MilesCranmer!). + You can add the line `[![](https://img.shields.io/badge/%F0%9F%9B%A9%EF%B8%8F_tested_with-JET.jl-233f9a)](https://github.com/aviatesk/JET.jl)` + to your package's README to display the logo image [![](https://img.shields.io/badge/%F0%9F%9B%A9%EF%B8%8F_tested_with-JET.jl-233f9a)](https://github.com/aviatesk/JET.jl) + that shows your package uses JET.jl for code quality checks (aviatesk/JET.jl#635). +- JET's top-level analyses such as `report_package` and `report_file` can now handle the + new `public` keyword that is introduced in v1.11. (aviatesk/JET.jl#637) + ## [0.9.2] ### Fixed @@ -252,7 +263,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.2...HEAD +[unreleased]: https://github.com/aviatesk/JET.jl/compare/v0.9.3...HEAD +[0.9.3]: https://github.com/aviatesk/JET.jl/compare/v0.9.2...v0.9.3 [0.9.2]: 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 diff --git a/Project.toml b/Project.toml index 352803e74..f7e48cc4f 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.2" +version = "0.9.3" [deps] CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"