Skip to content

Commit

Permalink
Preparing for sprockets 4.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eileencodes committed Mar 2, 2022
1 parent 4aa1c55 commit 58cca17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md

## Master
## 4.0.3

- Fix `Manifest#find` yielding from a Promise causing issue on Ruby 3.1.0-dev. [#720](https://github.com/rails/sprockets/pull/720)
- Better detect the ERB version to avoid deprecation warnings. [#719](https://github.com/rails/sprockets/pull/719)
Expand Down
2 changes: 1 addition & 1 deletion lib/sprockets/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Sprockets
VERSION = "4.0.2"
VERSION = "4.0.3"
end

0 comments on commit 58cca17

Please sign in to comment.