CHANGELOG.md in semantic_puppet-1.0.1 vs CHANGELOG.md in semantic_puppet-1.0.2
- old
+ new
@@ -1,10 +1,16 @@
# 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.2 - 2018-03-13
+- Removed i18n/gettext configuration and string externalization. After further consideration we have decided that
+ as a library, semantic_puppet should not be attempting to configure global localization state and the localization
+ of error messages etc. is the responsibility of the consuming application.
+- Added Appveyor CI configuration
+
## 1.0.1 - 2017-07-01
-- Fix bug causing pre-release identifiers being considered invalid when they contained letters but started with a zero
+- 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)