version_manipulation 0.1.0-dev.0 version_manipulation: ^0.1.0-dev.0 copied to clipboard
Extension on Dart `pub_semver` library. Provides `nextBuild` and `change`.
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.
Unreleased #
Changed #
- Migrated to null safety
- The build and pre-release parts are bumped by incrementing the last segment or by appending
.1
Removed #
- MutationChain
- KeepPreRelease
0.0.5 - 2020-09-12 #
Added #
- Chain mutations
0.0.4 - 2020-09-08 #
Fixed #
- KeepPreRelease wrapper strips the pre-release tag to allow for patch bumping
0.0.3 - 2020-09-01 #
Added #
- KeepPreRelease wrapper
preRelease
argument tochange()
Fixed #
- KeepBuild should not clear pre-release part
0.0.2 - 2020-07-18 #
Added #
- Mutations