Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

66 lines (46 loc) · 3.74 KB

Mixlib::Versioning Changes

v1.2.19 (2024-12-17)

Merged Pull Requests

Changes not yet released to rubygems.org

Merged Pull Requests

v1.2.12 (2019-12-30)

Merged Pull Requests

  • Add a gem version badge to the readme #38 (tas50)
  • Add Ruby 2.6 testing in Travis #39 (tas50)
  • Support Ruby 2+ in the gemspec #42 (tas50)
  • Move PR testing to Buildkite #44 (tas50)
  • Substitute require for require_relative #43 (tas50)

v1.2.7 (2018-12-18)

Merged Pull Requests

  • More testing / release updates #34 (tas50)
  • Update codeowners and add github PR template #36 (tas50)
  • Don't ship the dev and test deps in the gem artifact #37 (tas50)

v1.2.2 (2017-07-27)

Merged Pull Requests

v1.2.1 (2017-07-24)

Merged Pull Requests

  • Use Expeditor for version bumping and CHANGELOG generation #23 (schisamo)

1.1.0 (2015-06-15)

New features

  • Allow parse to take a list of formats to choose from
  • Update to SemVer 2.0.0

Improvements

  • Add ability to compare directly with strings.
  • Lock to RuboCop 0.31.0 (also fix style errors)

1.0.0 (2013-03-29)

  • The initial release. Versioning parsing shouldn't suck.