Skip to content

Commit

Permalink
Bump version to v0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericpig committed Jun 21, 2021
1 parent befc2cc commit d8d1dc1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@ All notable changes to this project will be documented in this file.
Format is based on [Keep a Changelog v1.0.0](https://keepachangelog.com/en/1.0.0),
and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).

## [[Unreleased]](https://github.com/esotericpig/raketeer/compare/v0.2.12...HEAD)
## [[Unreleased]](https://github.com/esotericpig/raketeer/compare/v0.2.13...HEAD)
-


## [v0.2.13] - [2021-06-22](https://github.com/esotericpig/raketeer/compare/v0.2.12...v0.2.13)
### Fixed
- Changed `bump` to reset lower version numbers.
- If `v1.1.1`, major +1 will become => `v2.0.0` (not `v2.1.1`).
- If `v1.1.1`, minor +1 will become => `v1.2.0` (not `v1.2.1`).
- Patch +1 will continue to work the same.
- It's debatable whether this is a *fix* or a *change*, but I'm labeling it as a *fix*, as this way is more usable and expected.
- I debated whether to also drop off the pre-release and build-metadata, but it's a hard decision. Even though the version changed, maybe it's still a pre-release and/or still needs the same build-metadata. You could argue that bumping the major version should always drop it off, but I'm not sure. For now, they are unaffected by this change. In the future, major (only) +1 might also drop pre-release & build-metadata.


## [v0.2.12] - [2021-06-18](https://github.com/esotericpig/raketeer/compare/v0.2.11...v0.2.12)
### Changed
- Changed `bump` to also update GitHub compare links in Changelogs.
Expand Down
2 changes: 1 addition & 1 deletion lib/raketeer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


module Raketeer
VERSION = '0.2.12'
VERSION = '0.2.13'

# @since 0.2.4
DEP_VERSIONS = {
Expand Down

0 comments on commit d8d1dc1

Please sign in to comment.