diff --git "a/.changes/unreleased/\360\237\216\211 Feature-20230208-174140.yaml" "b/.changes/unreleased/\360\237\216\211 Feature-20230208-174140.yaml" deleted file mode 100644 index 6d0c5949..00000000 --- "a/.changes/unreleased/\360\237\216\211 Feature-20230208-174140.yaml" +++ /dev/null @@ -1,3 +0,0 @@ -kind: "\U0001F389 Feature" -body: New package `trunk` for automation on trunk installation, upgrades, and setup. -time: 2023-02-08T17:41:40.91828-06:00 diff --git "a/.changes/unreleased/\360\237\220\233 Bug Fix-20230411-132901.yaml" "b/.changes/unreleased/\360\237\220\233 Bug Fix-20230411-132901.yaml" deleted file mode 100644 index f0ea8d01..00000000 --- "a/.changes/unreleased/\360\237\220\233 Bug Fix-20230411-132901.yaml" +++ /dev/null @@ -1,3 +0,0 @@ -kind: "\U0001F41B Bug Fix" -body: Label on `go:lint` incorrectly stated `gotestsum` found. This is fixed. -time: 2023-04-11T13:29:01.104722-05:00 diff --git "a/.changes/unreleased/\360\237\224\250 Refactor-20230223-162302.yaml" "b/.changes/unreleased/\360\237\224\250 Refactor-20230223-162302.yaml" deleted file mode 100644 index 9b96a2bd..00000000 --- "a/.changes/unreleased/\360\237\224\250 Refactor-20230223-162302.yaml" +++ /dev/null @@ -1,5 +0,0 @@ -kind: "\U0001F528 Refactor" -body: Adjust `magetoolsutils` output to be less verbose and output to debug when matching - condition instead of Info level, as this has to be used in many functions and is - noisy. -time: 2023-02-23T16:23:02.809445-06:00 diff --git "a/.changes/unreleased/\360\237\224\250 Refactor-20230223-162957.yaml" "b/.changes/unreleased/\360\237\224\250 Refactor-20230223-162957.yaml" deleted file mode 100644 index 953b9b25..00000000 --- "a/.changes/unreleased/\360\237\224\250 Refactor-20230223-162957.yaml" +++ /dev/null @@ -1,4 +0,0 @@ -kind: "\U0001F528 Refactor" -body: Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then resolve - CI=1 as generic CI instead. -time: 2023-02-23T16:29:57.599929-06:00 diff --git "a/.changes/unreleased/\360\237\244\226 CI & Build-20230411-133006.yaml" "b/.changes/unreleased/\360\237\244\226 CI & Build-20230411-133006.yaml" deleted file mode 100644 index 363d6ea6..00000000 --- "a/.changes/unreleased/\360\237\244\226 CI & Build-20230411-133006.yaml" +++ /dev/null @@ -1,5 +0,0 @@ -kind: "\U0001F916 CI & Build" -body: - Adjust changie to latest version with block input support and new cleaned up - categories. -time: 2023-04-11T13:30:06.249814-05:00 diff --git a/.changes/v1.0.1.md b/.changes/v1.0.1.md new file mode 100644 index 00000000..c2e56ccc --- /dev/null +++ b/.changes/v1.0.1.md @@ -0,0 +1,23 @@ +## v1.0.1 - 2023-05-25 + +### 🎉 Feature + +- New package `trunk` for automation on trunk installation, upgrades, and setup. + +### 🤖 CI & Build + +- Adjust changie to latest version with block input support and new cleaned up categories. + +### 🐛 Bug Fix + +- Label on `go:lint` incorrectly stated `gotestsum` found. This is fixed. + +### 🔨 Refactor + +- Adjust `magetoolsutils` output to be less verbose and output to debug when matching condition instead of Info level, as this has to be used in many functions and is noisy. +- Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then resolve `CI=1` as generic CI instead. + +### ⬆️ Dependencies + +- Various dependencies updated to latest versions. + Reduced additional upstream dependency requirements. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5497f941..a960ae55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.0.1 - 2023-05-25 + +### 🎉 Feature + +- New package `trunk` for automation on trunk installation, upgrades, and setup. + +### 🤖 CI & Build + +- Adjust changie to latest version with block input support and new cleaned up categories. + +### 🐛 Bug Fix + +- Label on `go:lint` incorrectly stated `gotestsum` found. This is fixed. + +### 🔨 Refactor + +- Adjust `magetoolsutils` output to be less verbose and output to debug when matching condition instead of Info level, as this has to be used in many functions and is noisy. +- Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then resolve `CI=1` as generic CI instead. + ## v1.0.0 - 2022-10-18 Breaking changes included.