cider 0.1.4 cider: ^0.1.4 copied to clipboard
Tools for Dart package maintainers. Automates changelog and pubspec.yaml updates.
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.1.4 - 2023-03-01 #
Changed #
- Bumped dependencies versions (thanks @zeshuaro)
0.1.3 - 2022-12-16 #
Removed #
- Dependency on intl (thanks @zeshuaro)
0.1.2 - 2022-12-07 #
Added #
- Release promotion command
0.1.1 - 2021-12-28 #
Changed #
- Updated dependencies
0.1.0 - 2021-05-12 #
Added #
- Sound null-safety.
- Support for pre-release version part.
- Ability to bump build together with other version parts.
- A plugin system to improve extensibility.
Changed #
- Configuration moved to pubspec.yaml.
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
0.0.2+1 - 2020-07-29 #
Fixed #
- Fixed #1 by downgrading the
path
dependency
0.0.2 - 2020-07-26 #
Changed #
- Updated the dependencies
0.0.1+2 - 2020-07-26 #
Fixed #
- Readme improvements
0.0.1+1 - 2020-07-26 #
Fixed #
- Code formatting to improve pub scores
0.0.1 - 2020-07-26 #
Added #
- Minor documentation improvements
Fixed #
- Usage exception does not print trace logs anymore
0.0.0+dev.2 - 2020-07-24 #
Changed #
- Updated dependencies