# ChangeLog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][KeepAChangelog] and this project adheres to [Semantic Versioning][Semver]. ## [Unreleased] - Your contribution here! ## [0.4.0] - 2020-01-24 ### Removed - Support for Ruby < 2.4 (older rubies no longer supported) ## [0.3.0] - 2019-05-20 ### Changed - Requires at least lolcommits >= `0.14.2` - Update README and gemspec ### Removed - Support for lolcommits < `0.14.2` ## [0.2.0] - 2019-04-24 ### Removed - Support for Ruby < 2.3 (older rubies no longer supported) ### Added - `frozen_string_literal: true` to all ruby files ## [0.1.2] - 2018-05-24 ### Changed - CHANGELOG updated and tags fixed ## [0.1.1] - 2018-05-24 ### Changed - Updated gemspec meta data links. ## [0.1.0] - 2018-03-25 ### Changed - Rdocs and README updated ## [0.0.3] - 2018-02-05 ### Changed - Require at least lolcommits 0.11.0 ### Removed - Dropped Ruby 2.0 support ## [0.0.2] - 2018-01-18 ### Changed - Updated Travis Rubies - Updated Rdoc - Refactor plugin config for lolcommits 0.10.0 - README ## [0.0.1] - 2017-12-23 ### Changed - Initial release [Unreleased]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.4.0...HEAD [0.4.0]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.0.3...v0.1.0 [0.0.3]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/47018cf...v0.0.1 [KeepAChangelog]: http://keepachangelog.com/en/1.0.0/ [Semver]: http://semver.org/spec/v2.0.0.html