Skip to content

Commit 7eb606b

Browse files
committed
Released v0.3.0
1 parent 6f693e6 commit 7eb606b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/0.3.0) (2016-04-01)
2+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.2.0...0.3.0)
3+
4+
This version adds support for caching the revision data which is collected by the new versions (>= 0.2.0) of the revision-data plugin and displayed by new versions (>= 0.2.0) of the display-revisions plugin.
5+
6+
- add support for caching revision data [\#56](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/56) ([ghedamat](https://github.com/ghedamat))
7+
18
## [0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/0.2.0) (2016-02-06)
29
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.1.1...0.2.0)
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-redis",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Ember CLI Deploy plugin to deploy file(s) into redis.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)