CHANGELOG.md in ruby-dagger-0.3.0 vs CHANGELOG.md in ruby-dagger-0.3.1

- old
+ new

@@ -4,10 +4,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.1] - 2019-07-05 + +### Fixed + +- There was a debug print statement in numeric default value generation + + ## [0.3.0] - 2019-07-05 ### Added - Numeric default values - integer: for rounded integer values @@ -26,12 +34,14 @@ ### Changed - Default value arguments used to be wrapped in arrays based on responding to `#enum`, but are now based on `#to_ary`, to ensure that hashes are also wrapped. + ## [Older] These releases have no change logs. -[Unreleased]: https://github.com/notCalle/ruby-dagger/compare/v0.3.0..HEAD +[Unreleased]: https://github.com/notCalle/ruby-dagger/compare/v0.3.1..HEAD +[0.3.1]: https://github.com/notCalle/ruby-dagger/compare/v0.3.0..v0.3.1 [0.3.0]: https://github.com/notCalle/ruby-dagger/compare/v0.2.1..v0.3.0 [Older]: https://github.com/notCalle/ruby-dagger/releases/tag/v0.2.1