CHANGELOG.md in semantic_puppet-1.0.0 vs CHANGELOG.md in semantic_puppet-1.0.1
- old
+ new
@@ -1,8 +1,11 @@
# 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