Version 2.9.1

This commit is contained in:
Takashi Kokubun 2018-11-01 20:44:17 +09:00
parent b400ab1383
commit ef41fdcc35
2 changed files with 6 additions and 2 deletions

View File

@ -4,11 +4,15 @@ 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 project adheres to [Semantic Versioning](http://semver.org/). This change log is based upon
[keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog). [keep-a-changelog](https://github.com/olivierlacan/keep-a-changelog).
## [2.9.1](https://github.com/k0kubun/hamlit/compare/v2.9.0...v2.9.1) - 2018-11-01
- Start supporting JRuby [#100](https://github.com/k0kubun/hamlit/issues/100).
## [2.9.0](https://github.com/k0kubun/hamlit/compare/v2.8.10...v2.9.0) - 2018-10-16 ## [2.9.0](https://github.com/k0kubun/hamlit/compare/v2.8.10...v2.9.0) - 2018-10-16
### Added ### Added
- Consider aria attribute as another attribute that supports hyphenation and boolean like data attribute. - Consider aria attribute as another attribute that supports hyphenation and boolean like data attribute
[#57](https://github.com/k0kubun/hamlit/pull/57). *Thanks to @francesco-loreti* [#57](https://github.com/k0kubun/hamlit/pull/57). *Thanks to @francesco-loreti*
## [2.8.10](https://github.com/k0kubun/hamlit/compare/v2.8.9...v2.8.10) - 2018-09-05 ## [2.8.10](https://github.com/k0kubun/hamlit/compare/v2.8.9...v2.8.10) - 2018-09-05

View File

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