From 4dd3d29f6eabfe1bd71c73a8f3c5a55c94a3b475 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 15 Oct 2016 15:24:49 +0900 Subject: [PATCH] Version 2.7.5 --- CHANGELOG.md | 8 +++++++- lib/hamlit/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c87900..bb947551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/hamlit/version.rb b/lib/hamlit/version.rb index 858e5e22..942c64e2 100644 --- a/lib/hamlit/version.rb +++ b/lib/hamlit/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Hamlit - VERSION = '2.7.4' + VERSION = '2.7.5' end