From 07224ab91fcea3a0d8ab6362d9fe36cb51ec6a86 Mon Sep 17 00:00:00 2001 From: Chris Wiegman Date: Sun, 5 May 2024 11:15:12 -0500 Subject: [PATCH] Prepare changelog for 1.0.4 --- .changes/1.0.0.md | 5 ----- .changes/1.0.1.md | 5 ----- .changes/1.0.2.md | 6 ------ .changes/1.0.3.md | 5 ----- .changes/1.0.4.md | 30 ++++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ 6 files changed, 36 insertions(+), 21 deletions(-) delete mode 100644 .changes/1.0.0.md delete mode 100644 .changes/1.0.1.md delete mode 100644 .changes/1.0.2.md delete mode 100644 .changes/1.0.3.md create mode 100644 .changes/1.0.4.md diff --git a/.changes/1.0.0.md b/.changes/1.0.0.md deleted file mode 100644 index fe48999..0000000 --- a/.changes/1.0.0.md +++ /dev/null @@ -1,5 +0,0 @@ -## 1.0.0 - 2023-07-08 - -### Features - -* Initial release diff --git a/.changes/1.0.1.md b/.changes/1.0.1.md deleted file mode 100644 index 5552da5..0000000 --- a/.changes/1.0.1.md +++ /dev/null @@ -1,5 +0,0 @@ -## 1.0.1 - 2023-08-17 - -### Chores - -* Update builds to use Go 1.21 diff --git a/.changes/1.0.2.md b/.changes/1.0.2.md deleted file mode 100644 index 3889705..0000000 --- a/.changes/1.0.2.md +++ /dev/null @@ -1,6 +0,0 @@ -## 1.0.2 - 2024-01-09 - -### Chores - -* Standardize and update CI workflows. -* Update project dependencies. diff --git a/.changes/1.0.3.md b/.changes/1.0.3.md deleted file mode 100644 index a9f1113..0000000 --- a/.changes/1.0.3.md +++ /dev/null @@ -1,5 +0,0 @@ -## 1.0.3 - 2024-05-05 - -### Chores - -* Update Go version used for build to 1.22 diff --git a/.changes/1.0.4.md b/.changes/1.0.4.md new file mode 100644 index 0000000..131f1b4 --- /dev/null +++ b/.changes/1.0.4.md @@ -0,0 +1,30 @@ +## 1.0.4 - 2024-05-05 + +### Bug Fixes + +* Fix minor linting issues + +## 1.0.3 - 2024-05-05 + +### Chores + +* Update Go version used for build to 1.22 + +## 1.0.2 - 2024-01-09 + +### Chores + +* Standardize and update CI workflows. +* Update project dependencies. + +## 1.0.1 - 2023-08-17 + +### Chores + +* Update builds to use Go 1.21 + +## 1.0.0 - 2023-07-08 + +### Features + +* Initial release diff --git a/CHANGELOG.md b/CHANGELOG.md index 139ac0d..257612f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 1.0.4 - 2024-05-05 + +### Bug Fixes + +* Fix minor linting issues + ## 1.0.3 - 2024-05-05 ### Chores