# 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.1.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.0.9] - 2018-05-24 ### Changed - Updated gemspec meta data links. ## [0.0.8] - 2018-05-10 ### Changed - Update Travis Rubies - Rescue and log to debug when mogrify errors ## [0.0.7] - 2018-02-04 ### Changed - Update Travis Rubies - Require at least lolcommits 0.11.0 ## [0.0.6] - 2018-01-11 ### Changed - Refactor plugin config for lolcommits 0.10.0 - Update Travis Rubies ### Added - Code Climate config ### Removed - Usused tests - Remove Coveralls ## [0.0.5] - 2017-07-22 ### Added - Ability to border an image with options ## [0.0.4] - 2017-07-22 ### Changed - Use new hook named - Refactor tests ## [0.0.3] - 2018-04-29 ### Changed - Updated gemspec ## [0.0.2] - 2017-04-15 ### Changed - Initial gem release ## [0.0.1] - 2017-04-15 ### Changed - Initial release (Yanked) [Unreleased]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.1.0...HEAD [0.1.0]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.9.0...v0.1.0 [0.0.9]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/lolcommits/lolcommits-loltext/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/lolcommits/lolcommits-loltext/compare/2c05e07...v0.0.1 [KeepAChangelog]: http://keepachangelog.com/en/1.0.0/ [Semver]: http://semver.org/spec/v2.0.0.html