From 57ba59758893aa2aaffdbd0a0298d1ed48784dc2 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Wed, 24 Jul 2024 11:39:16 +0200 Subject: [PATCH] Release 0.9.1 --- CHANGELOG.md | 5 ++++- Project.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4dfff4a..6885166d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.9.1] - 2024-07-24 + ### Changed - Update pre-commit hook versions @@ -325,7 +327,8 @@ and this project adheres to [Semantic Versioning]. -[unreleased]: https://github.com/abelsiqueira/BestieTemplate.jl/compare/v0.9.0...HEAD +[unreleased]: https://github.com/abelsiqueira/BestieTemplate.jl/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.9.1 [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 diff --git a/Project.toml b/Project.toml index 13340cd9..c5bd4501 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.9.0" +version = "0.9.1" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"