From e55d6cb16ad5774a948e2fcf989ff5604352ed71 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Fri, 22 Sep 2023 08:35:52 +0200 Subject: [PATCH] Release 0.1.4 --- CHANGELOG.md | 9 ++++++++- Project.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962da0de..22508afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.1.4] - 2023-09-22 + +### Fixed + +- Fix compliance when there are conflicts + ## [0.1.3] - 2023-09-21 ### Added @@ -56,7 +62,8 @@ and this project adheres to [Semantic Versioning]. -[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.1.3...HEAD +[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.1.4 [0.1.3]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.1.3 [0.1.2]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.1.2 [0.1.1]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.1.1 diff --git a/Project.toml b/Project.toml index 2cdfccf0..41bf8b48 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.3" +version = "0.1.4" [compat] julia = "1.6"