Skip to content

Commit 620ee9a

Browse files
committed
version 3.3.2
1 parent 4ae0bca commit 620ee9a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
15
**3.3.1** (August 15, 2015)
26

37
* Fix legacy Tilt integration when locals is required argument.
48

59
**3.3.0** (August 12, 2015)
610

7-
* 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.
812

913
**3.2.0** (June 2, 2015)
1014

lib/sprockets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Sprockets
2-
VERSION = "3.3.1"
2+
VERSION = "3.3.2"
33
end

0 commit comments

Comments
 (0)