Version 2.7.5

This commit is contained in:
Takashi Kokubun 2016-10-15 15:24:49 +09:00
parent 2406074ac1
commit 4dd3d29f6e
2 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/). This change log is based upon
[keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog).
## [2.7.4](https://github.com/k0kubun/hamlit/compare/v2.7.3...v2.7.4) - 2016-10-15
## [2.7.5](https://github.com/k0kubun/hamlit/compare/v2.7.4...v2.7.5) - 2016-10-15
### Fixed
- Resurrect `Hamlit::RailsTemplate.set_options` dropped in v2.7.4 unexpectedly.
## [2.7.4](https://github.com/k0kubun/hamlit/compare/v2.7.3...v2.7.4) - 2016-10-15 [YANKED]
### Fixed

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Hamlit
VERSION = '2.7.4'
VERSION = '2.7.5'
end