From 7e3060531bfac1dc05892fe45fc3eaf4aebb2aac Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Thu, 6 Jun 2024 16:34:39 +0200 Subject: [PATCH] Release v0.5.0 (#227) * Release v0.5.0 * Update lychee.toml with release compare link --- CHANGELOG.md | 6 +++++- Project.toml | 2 +- lychee.toml | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 534979d4..390d4f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.5.0] + ### Added - New question: SimplifiedPRTest to simplify the testing on Pull Requests (#105) @@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning]. - Adds `data` positional argument to `generate` (#142) - An internal module `Copier` was created with the wrapper functions +- Use lychee for link-checker instead of markdown-link-checker (#160) ### Removed @@ -212,7 +215,8 @@ and this project adheres to [Semantic Versioning]. -[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.4.0...HEAD +[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.5.0...HEAD +[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 [0.3.1]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.3.1 diff --git a/Project.toml b/Project.toml index 90b47865..5051019e 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.4.0" +version = "0.5.0" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" diff --git a/lychee.toml b/lychee.toml index e177c1c8..de141fc2 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,6 +1,7 @@ exclude = [ "@ref", - "^https://github.com/.*/releases/tag/v.*$" + "^https://github.com/.*/releases/tag/v.*$", + "^https://github.com/.*/compare/v.*HEAD$" ] exclude_path = [