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

- old
+ new

@@ -5,10 +5,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.2] - 2019-07-16 + +### Fixed + +- When using the `^.key` syntax to fetch a parent key, the prefix was + dropped using the `key_tree ~>0.5` api (inhertited from Array#drop) + instead of the proper `key_tree ~>0.6` api that takes the prefix to drop. + + ## [0.3.1] - 2019-07-05 ### Fixed - There was a debug print statement in numeric default value generation @@ -39,9 +48,10 @@ ## [Older] These releases have no change logs. -[Unreleased]: https://github.com/notCalle/ruby-dagger/compare/v0.3.1..HEAD +[Unreleased]: https://github.com/notCalle/ruby-dagger/compare/v0.3.2..HEAD +[0.3.2]: https://github.com/notCalle/ruby-dagger/compare/v0.3.1..v0.3.2 [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