cider 0.2.8
cider: ^0.2.8 copied to clipboard
Automatically increments, sets, prints the package version in pubspec.yaml. Adds, lists, prints entries in the changelog. Creates diff links in the changelog.
Changelog #
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.7 - 2024-03-01 #
Fixed #
- The log command used to accept any prefix as an alias, this was broken in 0.2.6
0.2.6 - 2024-02-03 #
Fixed #
- Made
bump
andlog
proper subcommands to improve UX (PR by marvin-kolja)
0.2.3 - 2023-06-15 #
Fixed #
- The
Diff
class had been erroneously put inlib
. Moved back tosrc/
where it belongs.
0.2.2 - 2023-06-11 #
Added #
- 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 #
Fixed #
- "Error: No value found at /cider" when run with no configuration in pubspec.yaml
0.2.0 - 2023-06-10 #
0.1.6 - 2023-06-07 #
Fixed #
- Correctly abort upwards search for project root directory upon reaching filesystem root. (thanks @maltevesper)
0.1.0 - 2021-05-12 #
0.0.5 - 2020-09-09 #
Added #
- Setting version explicitly
- Ability to retain pre-release part of the version
0.0.4 - 2020-08-10 #
Changed #
- Using a yaml manipulation library to updated pubspec.yaml. This expected to be more reliable than a regexp.
0.0.3 - 2020-08-09 #
Changed #
- Using a regex instead of yaml parser to modify pubspec.yaml. This should preserve existing file formatting