All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.8 - 2024-06-09
- Deps version bump and a minor refactor
0.2.7 - 2024-03-01
- The log command used to accept any prefix as an alias, this was broken in 0.2.6
0.2.6 - 2024-02-03
- Made
bump
andlog
proper subcommands to improve UX (PR by marvin-kolja)
0.2.5 - 2024-01-07
- Bump dependencies
0.2.4 - 2023-10-10
- Bumped dependencies
0.2.3 - 2023-06-15
- The
Diff
class had been erroneously put inlib
. Moved back tosrc/
where it belongs.
0.2.2 - 2023-06-11
- The
--only-body
option for thedescribe
command. - Support for the changelog section preamble, a free text right after the header.
0.2.1 - 2023-06-11
- "Error: No value found at /cider" when run with no configuration in pubspec.yaml
0.2.0 - 2023-06-10
- The
list
command to list all versions from the changelog. - Restored the
--project-root
argument.
- Bump min SDK version to 3.0.0.
- Exit codes to closer match POSIX.
0.1.6 - 2023-06-07
- Correctly abort upwards search for project root directory upon reaching filesystem root. (thanks @maltevesper)
0.1.5 - 2023-03-30
- Ability to yank/unyank specific versions
0.1.4 - 2023-03-01
- Bumped dependencies versions (thanks @zeshuaro)
0.1.3 - 2022-12-16
- Dependency on intl (thanks @zeshuaro)
0.1.2 - 2022-12-07
- Release promotion command
0.1.1 - 2021-12-28
- Updated dependencies
0.1.0 - 2021-05-12
- Sound null-safety.
- Support for pre-release version part.
- Ability to bump build together with other version parts.
- A plugin system to improve extensibility.
- Configuration moved to pubspec.yaml.
0.0.5 - 2020-09-09
- Setting version explicitly
- Ability to retain pre-release part of the version
0.0.4 - 2020-08-10
- Using a yaml manipulation library to updated pubspec.yaml. This expected to be more reliable than a regexp.
0.0.3 - 2020-08-09
- Using a regex instead of yaml parser to modify pubspec.yaml. This should preserve existing file formatting
0.0.2+1 - 2020-07-29
- Fixed #1 by downgrading the
path
dependency
0.0.2 - 2020-07-26
- Updated the dependencies
0.0.1+2 - 2020-07-26
- Readme improvements
0.0.1+1 - 2020-07-26
- Code formatting to improve pub scores
0.0.1 - 2020-07-26
- Minor documentation improvements
- Usage exception does not print trace logs anymore
0.0.0+dev.2 - 2020-07-24
- Updated dependencies
- Initial version