mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Version 2.7.5
This commit is contained in:
parent
2406074ac1
commit
4dd3d29f6e
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Hamlit
|
||||
VERSION = '2.7.4'
|
||||
VERSION = '2.7.5'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue