diff --git a/.changes/unreleased/Changed-20250115-084936.yaml b/.changes/unreleased/Changed-20250115-084936.yaml deleted file mode 100644 index 163c618..0000000 --- a/.changes/unreleased/Changed-20250115-084936.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Create lock file after sync has finished instead of prior to sync -time: 2025-01-15T08:49:36.541465+01:00 diff --git a/.changes/unreleased/Fixed-20250115-083539.yaml b/.changes/unreleased/Fixed-20250115-083539.yaml deleted file mode 100644 index f72576f..0000000 --- a/.changes/unreleased/Fixed-20250115-083539.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Change build output name to multicloud-cli -time: 2025-01-15T08:35:39.870986+01:00 diff --git a/.changes/unreleased/Fixed-20250115-173829.yaml b/.changes/unreleased/Fixed-20250115-173829.yaml deleted file mode 100644 index 33db66c..0000000 --- a/.changes/unreleased/Fixed-20250115-173829.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Gracefully exit when sync can be skipped instead of fatal error -time: 2025-01-15T17:38:29.053055+01:00 diff --git a/.changes/v1.0.0.md b/.changes/v1.0.0.md new file mode 100644 index 0000000..52f0f4b --- /dev/null +++ b/.changes/v1.0.0.md @@ -0,0 +1,6 @@ +## v1.0.0 - 2025-01-15 +### Changed +* Create lock file after sync has finished instead of prior to sync +### Fixed +* Change build output name to multicloud-cli +* Gracefully exit when sync can be skipped instead of fatal error diff --git a/CHANGELOG.md b/CHANGELOG.md index 7705c59..321fed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.0.0 - 2025-01-15 +### Changed +* Create lock file after sync has finished instead of prior to sync +### Fixed +* Change build output name to multicloud-cli +* Gracefully exit when sync can be skipped instead of fatal error + ## v0.2.0 - 2025-01-14 ### Added * Add arm architectures to build output