CHANGELOG.md in loaf-0.8.0 vs CHANGELOG.md in loaf-0.8.1
- old
+ new
@@ -1,7 +1,17 @@
# Change log
+## [v0.8.1] - 2019-02-04
+
+### Added
+* Add console binary
+
+### Changed
+* Remove rake & appraisal binaries
+* Change setup binary to load correct env
+* Change gemspec to load files directly in without using git
+
## [v0.8.0] - 2018-08-07
### Changed
* Change Translation to skip translating nil and empty string
* Change view extension to only lookup breadcrumb name translation
@@ -12,11 +22,11 @@
* Fix issue with breadcrumb names being modified
## [v0.7.0] - 2018-06-20
### Added
-* Add test setup for Rails 5.2 by Bendon Muir(@brendon)
+* Add test setup for Rails 5.2 by Brendon Muir(@brendon)
### Changed
* Change controller level #breadcrumb helper to accept Proc as name without controller parameter by Brendon Muir(@brendon)
## [v0.6.2] - 2018-03-30
@@ -109,16 +119,16 @@
## [v0.1.0] - 2011-10-22
* Initial implementation and release
-[v0.8.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.7.0...v0.8.0
-[v0.7.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.6.2...v0.7.0
-[v0.6.2]: https://github.com/piotrmurach/tty-spinner/compare/v0.6.1...v0.6.2
-[v0.6.1]: https://github.com/piotrmurach/tty-spinner/compare/v0.6.0...v0.6.1
-[v0.6.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.5.0...v0.6.0
-[v0.5.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.4.0...v0.5.0
-[v0.4.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.3.0...v0.4.0
-[v0.3.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.2.1...v0.3.0
-[v0.2.1]: https://github.com/piotrmurach/tty-spinner/compare/v0.2.0...v0.2.1
-[v0.2.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.1.0...v0.2.0
-[v0.1.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.1.0...HEAD
+[v0.8.0]: https://github.com/piotrmurach/loaf/compare/v0.7.0...v0.8.0
+[v0.7.0]: https://github.com/piotrmurach/loaf/compare/v0.6.2...v0.7.0
+[v0.6.2]: https://github.com/piotrmurach/loaf/compare/v0.6.1...v0.6.2
+[v0.6.1]: https://github.com/piotrmurach/loaf/compare/v0.6.0...v0.6.1
+[v0.6.0]: https://github.com/piotrmurach/loaf/compare/v0.5.0...v0.6.0
+[v0.5.0]: https://github.com/piotrmurach/loaf/compare/v0.4.0...v0.5.0
+[v0.4.0]: https://github.com/piotrmurach/loaf/compare/v0.3.0...v0.4.0
+[v0.3.0]: https://github.com/piotrmurach/loaf/compare/v0.2.1...v0.3.0
+[v0.2.1]: https://github.com/piotrmurach/loaf/compare/v0.2.0...v0.2.1
+[v0.2.0]: https://github.com/piotrmurach/loaf/compare/v0.1.0...v0.2.0
+[v0.1.0]: https://github.com/piotrmurach/loaf/compare/v0.1.0...HEAD