File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md
4
4
5
+ ## 4.2.0
6
+
7
+ - Rack 3 compatibility. [ #758 ] ( https://github.com/rails/sprockets/pull/758 )
5
8
- Fix thread safety of ` Sprockets::CachedEnvironment ` and ` Sprockets::Cache::MemoryStore ` . [ #771 ] ( https://github.com/rails/sprockets/pull/771 )
6
9
- Add support for Rack 3.0. Headers set by sprockets will now be lower case. [ #758 ] ( https://github.com/rails/sprockets/pull/758 )
7
10
- Make ` Sprockets::Utils.module_include ` thread safe on JRuby. [ #759 ] ( https://github.com/rails/sprockets/pull/759 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Sprockets
3
- VERSION = "4.1.1 "
3
+ VERSION = "4.2.0 "
4
4
end
You can’t perform that action at this time.
0 commit comments