# 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] - 2019-08-25 ### Changed - Require an up-to-date `rest-client` (`>= 2.1.0`) ## [0.3.2] - 2019-05-20 ### Changed - More liberal lolcommits dependency requirement ## [0.3.1] - 2019-05-20 ### Changed - updated gemspec and README - Requires at least lolcommits >= `0.14.2` ## [0.3.0] - 2019-05-14 ### Changed - lolcommits gem is a runtime dependency - Don't upload raw image anymore (`snapshot_loc` no longer available) - Use `lolcommit_path` (instead of `main_image`) - Requires at least lolcommits >= `0.14.1` ### Removed - Support for lolcommits < `0.14.1` ## [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.1] - 2018-05-24 ### Changed - Updated gemspec meta data links. ## [0.1.0] - 2018-05-05 ### Changed - Update initializer to accept plugin name string arg - Require at least lolcommits 0.12.0 ## [0.0.5] - 2018-02-05 ### Removed - Dropped support for Ruby 2.0 ## [0.0.4] - 2018-02-03 ### Changed - Point to lolcommits.com domain - Update README ## [0.0.3] - 2018-01-22 ### Changed - Update Travis Rubies - Remove name method - Require at least lolcommits 0.10.0 ## [0.0.2] - 2017-12-06 ### Changed - Updated Travis Rubies - README ## [0.0.1] - 2017-09-17 ### Changed - Initial release [Unreleased]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.4.0...HEAD [0.4.0]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.0.5...v0.1.0 [0.0.5]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/lolcommits/lolcommits-dotcom/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/lolcommits/lolcommits-dotcom/compare/76488bb...v0.0.1 [KeepAChangelog]: http://keepachangelog.com/en/1.0.0/ [Semver]: http://semver.org/spec/v2.0.0.html