From 64778734401f7b5650e798d485f0f487bfafb8f8 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Mon, 10 Jun 2024 17:59:57 +0200 Subject: [PATCH] Release v0.5.3 --- CHANGELOG.md | 14 +++++++++++++- Project.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c7eae7..3fec6f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.5.3] - 2024-06-10 + +### Changed + +- Update documentation in various places +- Add developer documentation for dealing with the template + +### Fixed + +- Template had bad double quotes instead of single in the Test.yml workflow + ## [0.5.2] - 2024-06-08 ### Added @@ -239,7 +250,8 @@ and this project adheres to [Semantic Versioning]. -[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.5.2...HEAD +[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.5.3...HEAD +[0.5.3]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.5.3 [0.5.2]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.5.2 [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 diff --git a/Project.toml b/Project.toml index 3f5a0189..dd1c6af9 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.2" +version = "0.5.3" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"