From 34797159a2d033244f069bc5fa1c261507772945 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 30 Nov 2018 00:18:39 +0900 Subject: [PATCH] Version 2.9.2 --- CHANGELOG.md | 5 +++++ lib/hamlit/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2019ad1..3c57e180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.9.2](https://github.com/k0kubun/hamlit/compare/v2.9.1...v2.9.2) - 2018-11-30 + +- Fix possible `autoload` failure of dependency [#131](https://github.com/k0kubun/hamlit/issues/131). + *Thanks to @wimrijnders* + ## [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). diff --git a/lib/hamlit/version.rb b/lib/hamlit/version.rb index 467a0e1d..f2dd0ffe 100644 --- a/lib/hamlit/version.rb +++ b/lib/hamlit/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Hamlit - VERSION = '2.9.1' + VERSION = '2.9.2' end