# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## 1.0.1 - 2017-07-01 - Fix bug causing pre-release identifiers being considered invalid when they contained letters but started with a zero ## 1.0.0 - 2017-04-05 - Complete rewrite of the VersionRange to make it compatible with Node Semver - General speedup of Version (hash, <=>, and to_s in particular) ## 0.1.4 - 2016-07-06 ### Changed - Externalized all user-facing strings using gettext libraries to support future localization. ## 0.1.3 - 2016-05-24 ### Added - Typesafe implementation of ModuleRelease#eql? (and ModuleRelease#==). (PUP-6341) ## 0.1.2 - 2016-04-29 ### Added - Typesafe implementation of Version#eql? (and Version#==). (PUP-6249) ### Fixed - Homepage URL in gemspec was incorrect. (fiddyspence) ## 0.1.1 - 2015-04-01 ### Added - license information ### Removed - template entry from CHANGELOG.md ## 0.1.0 - 2015-03-23 ### Added - initial release in concert with current Puppet Module Tool v4.0.0 behavior