CHANGELOG.md in prependers-0.2.0 vs CHANGELOG.md in prependers-0.3.0

- old
+ new

@@ -1,29 +1,41 @@ # Changelog -All notable changes to this project will be documented in this file. +## [Unreleased](https://github.com/nebulab/prependers/tree/HEAD) -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). +[Full Changelog](https://github.com/nebulab/prependers/compare/v0.2.0...HEAD) -## [Unreleased] +**Merged pull requests:** -## [0.2.0] - 2019-07-09 +- Add Rails setup helper [\#8](https://github.com/nebulab/prependers/pull/8) ([aldesantis](https://github.com/aldesantis)) -### Added +## [v0.2.0](https://github.com/nebulab/prependers/tree/v0.2.0) (2019-07-09) -- `ClassMethods` is now automagically prepended to the singleton class ([#5](https://github.com/nebulab/prependers/pull/5)) +[Full Changelog](https://github.com/nebulab/prependers/compare/v0.1.1...v0.2.0) -## [0.1.1] - 2019-06-21 +**Closed issues:** -### Fixed +- Add a simple way to extend class methods [\#4](https://github.com/nebulab/prependers/issues/4) -- Prependers are now always loaded in alphabetical order ([#3](https://github.com/nebulab/prependers/pull/3)) +**Merged pull requests:** -## [0.1.0] - 2019-06-21 +- Automatically prepend ClassMethods to singleton\_class [\#5](https://github.com/nebulab/prependers/pull/5) ([aldesantis](https://github.com/aldesantis)) -Initial release. +## [v0.1.1](https://github.com/nebulab/prependers/tree/v0.1.1) (2019-07-02) -[Unreleased]: https://github.com/nebulab/prependers/compare/v0.2.0...HEAD -[0.2.0]: https://github.com/nebulab/prependers/compare/v0.1.1...v0.2.0 -[0.1.1]: https://github.com/nebulab/prependers/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/nebulab/prependers/releases/tag/v0.1.0 +[Full Changelog](https://github.com/nebulab/prependers/compare/v0.1.0...v0.1.1) + +**Merged pull requests:** + +- Load prependers in alphabetical order [\#3](https://github.com/nebulab/prependers/pull/3) ([mtylty](https://github.com/mtylty)) + +## [v0.1.0](https://github.com/nebulab/prependers/tree/v0.1.0) (2019-06-21) + +[Full Changelog](https://github.com/nebulab/prependers/compare/3059d0a9697a6fa5a8fc7bc84b0c8af8fdc29fef...v0.1.0) + +**Merged pull requests:** + +- Configure CircleCI [\#1](https://github.com/nebulab/prependers/pull/1) ([aldesantis](https://github.com/aldesantis)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*