diff --git a/.changes/25.01.2.md b/.changes/25.01.2.md new file mode 100644 index 00000000..323b3fa7 --- /dev/null +++ b/.changes/25.01.2.md @@ -0,0 +1,6 @@ +## 25.01.2 - 2025-01-17 +### Changed +* Refactor migration application logic to apply each missing migration individually and to print infos about the migration being applied +* Refactor the cobra cmd setup structure and the flag parsing logic using struct-based flags. +**BREAKING**: The restructuring breaks additionally created subcommands attached to the existing commands. See [Migration Guide Command Restructuring](https://github.com/allaboutapps/go-starter/wiki/Migration-Guide-Command-Restructuring) + diff --git a/.changes/unreleased/Changed-20250109-135610.yaml b/.changes/unreleased/Changed-20250109-135610.yaml deleted file mode 100644 index 813d36f3..00000000 --- a/.changes/unreleased/Changed-20250109-135610.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Refactor migration application logic to apply each missing migration individually and to print infos about the migration being applied -time: 2025-01-09T13:56:10.529862142Z diff --git a/.changes/unreleased/Changed-20250110-110615.yaml b/.changes/unreleased/Changed-20250110-110615.yaml deleted file mode 100644 index a08f169b..00000000 --- a/.changes/unreleased/Changed-20250110-110615.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: | - Refactor the cobra cmd setup structure and the flag parsing logic using struct-based flags. - **BREAKING**: The restructuring breaks additionally created subcommands attached to the existing commands. See [Migration Guide Command Restructuring](https://github.com/allaboutapps/go-starter/wiki/Migration-Guide-Command-Restructuring) -time: 2025-01-10T11:06:15.926075991Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 06293d27..fa90558c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ - The latest `master` is considered **stable** and should be periodically merged into our customer projects. - Please follow the update process in *[I just want to update / upgrade my project!](https://github.com/allaboutapps/go-starter/wiki/FAQ#i-just-want-to-update--upgrade-my-project)*. +## 25.01.2 - 2025-01-17 +### Changed +* Refactor migration application logic to apply each missing migration individually and to print infos about the migration being applied +* Refactor the cobra cmd setup structure and the flag parsing logic using struct-based flags. +**BREAKING**: The restructuring breaks additionally created subcommands attached to the existing commands. See [Migration Guide Command Restructuring](https://github.com/allaboutapps/go-starter/wiki/Migration-Guide-Command-Restructuring) + + ## 25.01.1 - 2025-01-03 ### Changed * Bump [github.com/volatiletech/sqlboiler/v4 from v4.17.1 to v4.18.0](https://github.com/volatiletech/sqlboiler/releases/tag/v4.18.0)