Version 2.2.1

This commit is contained in:
Takashi Kokubun 2016-02-06 16:33:12 +09:00
parent 71a7062465
commit 402ab626dd
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +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.2.1](https://github.com/k0kubun/hamlit/compare/v2.1.2...v2.2.0) - 2016-02-06
### Added
- Support Windows
[#54](https://github.com/k0kubun/hamlit/issues/54). *Thanks to @francesco-loreti*
## [2.2.0](https://github.com/k0kubun/hamlit/compare/v2.1.2...v2.2.0) - 2015-12-24
### Added

View File

@ -1,3 +1,3 @@
module Hamlit
VERSION = '2.2.0'
VERSION = '2.2.1'
end