From 0c9f35984fb4bbcb94ace2d30bec48941aa3ed76 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 3 May 2023 20:16:14 +0000 Subject: [PATCH 1/7] Finalized changelog for v1.0.0 --- changelog.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 25ad9bd..292b848 100644 --- a/changelog.md +++ b/changelog.md @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ----- +* * * ## [Unreleased] +## [1.0.0] - 2023-05-03 + ### Added - Migration from CommandBox core to a separate module @@ -36,3 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Eclipse support + +[Unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v1.0.0...HEAD + +[1.0.0]: https://github.com/ColdBox/coldbox-cli/compare/94e639a1ba9d10c8d9ad663435233bd115cf8586...v1.0.0 From a119d66fc74fe02d040a9dcdff8978730f4facf3 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Wed, 17 May 2023 20:50:46 -0500 Subject: [PATCH 2/7] fixing release --- changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog.md b/changelog.md index 0c62350..09cfac7 100644 --- a/changelog.md +++ b/changelog.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0] - 2023-05-03 - ### Added - `BaseCommand` hierarchy for all commands to inherit from From 6516e524f3e8240120859071b1b293b97725c19b Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 18 May 2023 01:53:10 +0000 Subject: [PATCH 3/7] Finalized changelog for v7.1.0 --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 09cfac7..86ff809 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.1.0] - 2023-05-18 + ### Added - `BaseCommand` hierarchy for all commands to inherit from @@ -58,6 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Eclipse support -[Unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.1.0...HEAD + +[7.1.0]: https://github.com/ColdBox/coldbox-cli/compare/v1.0.0...v7.1.0 [1.0.0]: https://github.com/ColdBox/coldbox-cli/compare/94e639a1ba9d10c8d9ad663435233bd115cf8586...v1.0.0 From 289c1650d2d06b77c6de52c81f15651a0e0d6db6 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 18 May 2023 15:34:15 -0500 Subject: [PATCH 4/7] fixing changelog --- changelog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/changelog.md b/changelog.md index 264fb95..e69aa24 100644 --- a/changelog.md +++ b/changelog.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [7.1.0] - 2023-05-18 - ### Added - New version of CommandBox Migrations From 53f76a9341a20b32373ac1bec58b804ed23b14c0 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 18 May 2023 20:37:08 +0000 Subject: [PATCH 5/7] Finalized changelog for v7.2.0 --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e69aa24..664d899 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.2.0] - 2023-05-18 + ### Added - New version of CommandBox Migrations @@ -65,7 +67,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Eclipse support -[Unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.1.0...HEAD +[Unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.2.0...HEAD + +[7.2.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.1.0...v7.2.0 [7.1.0]: https://github.com/ColdBox/coldbox-cli/compare/v1.0.0...v7.1.0 From 6e55729bb5d23b30c873cf50fe4c0921385db2ee Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 19 May 2023 20:35:30 +0000 Subject: [PATCH 6/7] Finalized changelog for v7.2.1 --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e0227a9..24dbd2b 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.2.1] - 2023-05-19 + ### Fixed - Fixed `coldbox create layout` failing due to unescpaed `#view()#` command @@ -71,7 +73,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Eclipse support -[Unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.2.0...HEAD +[Unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.2.1...HEAD + +[7.2.1]: https://github.com/ColdBox/coldbox-cli/compare/v7.2.0...v7.2.1 [7.2.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.1.0...v7.2.0 From f4ef10c44c169e9ac1ebc535071c9b338839b42c Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 12 Feb 2024 09:44:57 +0000 Subject: [PATCH 7/7] Finalized changelog for v7.3.0 --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9180dc0..4141ab8 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.3.0] - 2024-02-12 + ### Added - New github actions @@ -78,7 +80,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Eclipse support -[Unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.2.1...HEAD +[Unreleased]: https://github.com/ColdBox/coldbox-cli/compare/v7.3.0...HEAD + +[7.3.0]: https://github.com/ColdBox/coldbox-cli/compare/v7.2.1...v7.3.0 [7.2.1]: https://github.com/ColdBox/coldbox-cli/compare/v7.2.0...v7.2.1