From c304945601ccaa69452e93e9fc95fb2900968e57 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Sun, 24 Sep 2023 16:44:14 +0200 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 9 ++++++++- Project.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed27cae8..e1db6409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.2.0] - 2023-09-24 + +### Changed + +- First Julia release + ## [0.1.9] - 2023-09-24 ### Fixed @@ -107,7 +113,8 @@ and this project adheres to [Semantic Versioning]. -[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.1.9...HEAD +[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.2.0 [0.1.9]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.1.9 [0.1.8]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.1.8 [0.1.7]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.1.7 diff --git a/Project.toml b/Project.toml index 649ca0e9..ce264212 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.1.9" +version = "0.2.0" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"