We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358f83f commit 7743c1eCopy full SHA for 7743c1e
CHANGELOG.md
@@ -4,6 +4,8 @@ Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprocket
4
5
## Master
6
7
+## 4.0.0.beta9
8
+
9
- Minimum Ruby version for Sprockets 4 is now 2.5+ which matches minimum ruby verision of Rails [#604]
10
- Fix threading bug introduced in Sprockets 4 [#603]
11
- Warn when two potential manifest files exist. [#560]
lib/sprockets/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module Sprockets
3
- VERSION = "4.0.0.beta8"
+ VERSION = "4.0.0.beta9"
end
0 commit comments