diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d06664a..54a2a98c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.5.1] - 2024-06-07 + ### Added - New question: AddPrecommit to add pre-commit related files (#231) @@ -20,7 +22,7 @@ and this project adheres to [Semantic Versioning]. - Issue checklists are now just text (#234) -## [0.5.0] +## [0.5.0] - 2024-06-06 ### Added @@ -226,7 +228,8 @@ and this project adheres to [Semantic Versioning]. -[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.5.0...HEAD +[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.5.1 [0.5.0]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.5.0 [0.4.0]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.4.0 [0.3.2]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.3.2 diff --git a/Project.toml b/Project.toml index 5051019e..b66f9124 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "COPIERTemplate" uuid = "5022dd56-1d41-4538-9f4c-b20739ff8283" authors = ["Abel Soares Siqueira and contributors"] -version = "0.5.0" +version = "0.5.1" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"