change 0.3.0-dev.2
change: ^0.3.0-dev.2 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.
Unreleased #
Changed #
- This is another complete rewrite of the library, not compatible with previous versions!
- Release date is now required for each version.
- Change types are not limited by the ones listed by semver.
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