change 0.3.0
change: ^0.3.0 copied to clipboard
A Changelog manipulation library. Read/modify/write your CHANGELOG.md. Inspired by keepachangelog.com.
Changelog #
This project follows Semantic Versioning 2.0.0.
0.3.0 - 2021-04-11 #
Changed #
- Release date is now required for each version.
- Change types are not limited by the ones listed by semver.
- Parsing and printing moved to standalone functions.
Removed #
- Dependency on
maybe_just_nothing. - Dependency on
dart:io. - Markdown-related parts of the API.
- The
Changelog.release()method. This logic will be added directly to Cider.
0.2.0 - 2021-03-22 #
Changed #
- Migrated to null safety
- The "Unreleased" section is hidden when empty