diff --git a/.changes/unreleased/Added-20251130-153407.yaml b/.changes/unreleased/Added-20251130-153407.yaml deleted file mode 100644 index 5adc103..0000000 --- a/.changes/unreleased/Added-20251130-153407.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: >- - Add -required flag to mark fields in third-party packages - as required without modifying source code. -time: 2025-11-30T15:34:07.156827-08:00 diff --git a/.changes/unreleased/Added-20251130-155306.yaml b/.changes/unreleased/Added-20251130-155306.yaml deleted file mode 100644 index 17babc1..0000000 --- a/.changes/unreleased/Added-20251130-155306.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Add -config flag to read customizations from a file. -time: 2025-11-30T15:53:06.278287-08:00 diff --git a/.changes/v0.8.0.md b/.changes/v0.8.0.md new file mode 100644 index 0000000..def5ee9 --- /dev/null +++ b/.changes/v0.8.0.md @@ -0,0 +1,4 @@ +## v0.8.0 - 2025-11-30 +### Added +- Add -required flag to mark fields in third-party packages as required without modifying source code. +- Add -config flag to read customizations from a file. diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c7e04..6581a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.8.0 - 2025-11-30 +### Added +- Add -required flag to mark fields in third-party packages as required without modifying source code. +- Add -config flag to read customizations from a file. + ## v0.7.1 - 2025-08-28 ### Fixed - Fix Cask installed from Homebrew Tap not running on macOS because of unsigned binary.