Skip to content

Commit 7743c1e

Browse files
committed
4.0.0.beta9
1 parent 358f83f commit 7743c1e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprocket
44

55
## Master
66

7+
## 4.0.0.beta9
8+
79
- Minimum Ruby version for Sprockets 4 is now 2.5+ which matches minimum ruby verision of Rails [#604]
810
- Fix threading bug introduced in Sprockets 4 [#603]
911
- Warn when two potential manifest files exist. [#560]

lib/sprockets/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Sprockets
3-
VERSION = "4.0.0.beta8"
3+
VERSION = "4.0.0.beta9"
44
end

0 commit comments

Comments
 (0)