Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jan 14, 2024
1 parent d81fea3 commit b3bf79a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.4.0 - January 13th 2024
* Drop support for Ruby 2.4, 2.5.
* Add support for Ruby 3.2, 3.3.
* Avoid clear_active_connections! deprecation warning with Rails 7.1.
* Avoid cache_format_version deprecation warning with Rails 7.1 (Matt Jankowski).
* Check versions against direct dependency railties, instead of rails (Andrew Kane).

1.3.7 - June 1st 2022
* Fix regression bug, ensure sprockets is loaded with Rails ~> 6.1.1.

Expand Down
2 changes: 1 addition & 1 deletion combustion.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "combustion"
s.version = "1.3.7"
s.version = "1.4.0"
s.authors = ["Pat Allan"]
s.email = ["pat@freelancing-gods.com"]
s.homepage = "https://github.com/pat/combustion"
Expand Down

0 comments on commit b3bf79a

Please sign in to comment.