From 1aff1217f88ffd651ae4607f83ab51ab505df71a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 6 Apr 2016 15:20:20 -0300 Subject: [PATCH] Release 3.6.0 --- CHANGELOG.md | 6 +++++- lib/sprockets/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdbb9db1..3ab5618c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -**Master** +**3.6.0** (April 6, 2016) + +* Add `Manifest#find_sources` to return the source of the compiled assets. +* Fix the list of compressable mime types. +* Improve performance of the `FileStore` cache. **3.5.2** (December 8, 2015) diff --git a/lib/sprockets/version.rb b/lib/sprockets/version.rb index c0e22e05f..a26bf2e62 100644 --- a/lib/sprockets/version.rb +++ b/lib/sprockets/version.rb @@ -1,3 +1,3 @@ module Sprockets - VERSION = "3.5.2" + VERSION = "3.6.0" end