Skip to content

Commit

Permalink
v1.21 release, support for rails 7
Browse files Browse the repository at this point in the history
bump version and update changelog.
  • Loading branch information
mathieujobin committed Jul 8, 2022
1 parent 278f85d commit e68e734
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,9 @@ Please have a look at the [Haml Coffee Changelog](https://github.com/netzpirat/h

## Master

## 1.21.0 - Jul 9th, 2022
- [#184][]: Support for rails 7.0, and fix tests on CI.

## 1.20.0 - Apr 29th, 2021
- [#181][]: Fix supported version to Rails >= 4.2 && < 6.2, Ruby >= 2.5,
- [#179][]: Run test on Github Actions
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-4-2-stable.lock
Expand Up @@ -57,7 +57,7 @@ GIT
PATH
remote: ..
specs:
haml_coffee_assets (1.20.0)
haml_coffee_assets (1.21.0)
coffee-script (>= 2)
railties (>= 4.2, < 7.1)
sprockets (>= 3.7)
Expand Down
2 changes: 1 addition & 1 deletion lib/haml_coffee_assets/version.rb
@@ -1,5 +1,5 @@
# coding: UTF-8

module HamlCoffeeAssets
VERSION = '1.20.0' unless defined?(HamlCoffeeAssets::VERSION)
VERSION = '1.21.0' unless defined?(HamlCoffeeAssets::VERSION)
end

0 comments on commit e68e734

Please sign in to comment.