Skip to content

Commit e68e734

Browse files
committed
v1.21 release, support for rails 7
bump version and update changelog.
1 parent 278f85d commit e68e734

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Please have a look at the [Haml Coffee Changelog](https://github.com/netzpirat/h
44

55
## Master
66

7+
## 1.21.0 - Jul 9th, 2022
8+
- [#184][]: Support for rails 7.0, and fix tests on CI.
9+
710
## 1.20.0 - Apr 29th, 2021
811
- [#181][]: Fix supported version to Rails >= 4.2 && < 6.2, Ruby >= 2.5,
912
- [#179][]: Run test on Github Actions

gemfiles/Gemfile-4-2-stable.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GIT
5757
PATH
5858
remote: ..
5959
specs:
60-
haml_coffee_assets (1.20.0)
60+
haml_coffee_assets (1.21.0)
6161
coffee-script (>= 2)
6262
railties (>= 4.2, < 7.1)
6363
sprockets (>= 3.7)

lib/haml_coffee_assets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: UTF-8
22

33
module HamlCoffeeAssets
4-
VERSION = '1.20.0' unless defined?(HamlCoffeeAssets::VERSION)
4+
VERSION = '1.21.0' unless defined?(HamlCoffeeAssets::VERSION)
55
end

0 commit comments

Comments
 (0)