1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Version 2.15.0

This commit is contained in:
Takashi Kokubun 2021-04-12 21:19:21 -07:00
parent c7607f4551
commit 3be939b03d
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
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.15.0](https://github.com/k0kubun/hamlit/compare/v2.14.6...v2.15.0) - 2021-04-12
### Added
- Always use Hamlit when both haml.gem and hamlit.gem are installed in Rails
*Thanks to @igor-drozdov*
## [2.14.6](https://github.com/k0kubun/hamlit/compare/v2.14.5...v2.14.6) - 2021-03-23
### Fixed

View file

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