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 4ae0bca commit 620ee9aCopy full SHA for 620ee9a
CHANGELOG.md
@@ -1,10 +1,14 @@
1
+**3.3.2** (August 19, 2015)
2
+
3
+* Fix cache contents to use relative paths instead of absolute paths.
4
5
**3.3.1** (August 15, 2015)
6
7
* Fix legacy Tilt integration when locals is required argument.
8
9
**3.3.0** (August 12, 2015)
10
-* Change internal cache lookup to use relative asset paths instead of absolute paths.
11
+* Change internal cache key to use relative asset paths instead of absolute paths.
12
13
**3.2.0** (June 2, 2015)
14
lib/sprockets/version.rb
@@ -1,3 +1,3 @@
module Sprockets
- VERSION = "3.3.1"
+ VERSION = "3.3.2"
end
0 commit comments