We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c75ae commit 7d8e9eaCopy full SHA for 7d8e9ea
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+**3.3.0** (August 12, 2015)
2
+
3
+* Change internal cache lookup to use relative asset paths instead of absolute paths.
4
5
**3.2.0** (June 2, 2015)
6
7
* Updated SRI integrity to align with spec changes
lib/sprockets/version.rb
@@ -1,3 +1,3 @@
module Sprockets
- VERSION = "3.2.0"
+ VERSION = "3.3.0"
end
0 commit comments