diff --git a/CHANGELOG.md b/CHANGELOG.md index b7221eea..3f93b73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.9.0] - 2024-07-13 + ### Changed - Default `.JuliaFormatter` now includes only minimal configuration that matches `.editorconfig` (#358) @@ -317,7 +319,8 @@ and this project adheres to [Semantic Versioning]. -[unreleased]: https://github.com/abelsiqueira/BestieTemplate.jl/compare/v0.8.0...HEAD +[unreleased]: https://github.com/abelsiqueira/BestieTemplate.jl/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.9.0 [0.8.0]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.8.0 [0.7.2]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.7.2 [0.7.1]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.7.1 diff --git a/Project.toml b/Project.toml index ba45f994..13340cd9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BestieTemplate" uuid = "e5d671a7-4186-4f1a-bf88-c19b630da94f" authors = ["Abel Soares Siqueira and contributors"] -version = "0.8.0" +version = "0.9.0" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"