From 5185d0630fbac268ace26acd2a8b3382c6c3c435 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 7 Nov 2022 20:37:47 -0800 Subject: [PATCH] Version 3.0.3 --- CHANGELOG.md | 7 +++++++ lib/hamlit/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c01d392..b7228a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [3.0.3](https://github.com/k0kubun/hamlit/compare/v3.0.2...v3.0.3) - 2022-11-07 + +### Added + +- Support sass-embedded [#196](https://github.com/k0kubun/hamlit/issues/196) + *Thanks to @ntkme* + ## [3.0.2](https://github.com/k0kubun/hamlit/compare/v3.0.1...v3.0.2) - 2022-10-13 ### Changed diff --git a/lib/hamlit/version.rb b/lib/hamlit/version.rb index 82c8a1b..0d0a5a9 100644 --- a/lib/hamlit/version.rb +++ b/lib/hamlit/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Hamlit - VERSION = '3.0.2' + VERSION = '3.0.3' end