release 0.1.8
release: ^0.1.8 copied to clipboard
A small utility that allows to easily update your pubspec and your Github tags on new releases.
📰 release utility changelog #
0.1.8 #
Released on June 2, 2026.
- FEAT: Added a filtering mechanism to
ChangeLogEntryand encapsulated internal fields. (#66e5ae0)
0.1.7 #
Released on June 1, 2026.
- FEAT: Added support for ignoring specific commit hashes. (#a71c7da)
- FEAT: Added the ability to hide commits from the changelog and improved change reporting. (#cd57286)
- FEAT: Improved command error handling, process cancellation flow, and initial tag creation. (#a0ee403)
- CHORE: Updated SDK version and dependencies. (#03f73f3)
- REFACTOR: Introduced
ReleaseProcessResultValuemixin for type-safe process results. (#e439360)
0.1.6 #
0.1.5 #
0.1.4 #
Released on August 4, 2025.
- FIX: Fixed a problem with the configuration section in the pubspec.yaml. (#57ced23)
0.1.3 #
Released on August 4, 2025.
- CHORE: Updated dependencies constraints to match the latest Flutter version. (#5d58d45)
0.1.0 #
Released on August 4, 2025.
- First public release.