Skip to content

Commit 1453dc9

Browse files
committed
Released v0.2.0
1 parent 4574e04 commit 1453dc9

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,5 +1,12 @@
11
# ember-cli-deploy-revision-data Changelog
22

3+
## [0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/tree/0.2.0) (2016-04-01)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/compare/v0.1.1...0.2.0)
5+
6+
Capture data about the current git revision (with abstraction for support for other SCM tools) and return it for storage in the deployment context's `revisionData.scm` node.
7+
8+
- add scm-data-generators and git scm generator [\#29](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/pull/29) ([ghedamat](https://github.com/ghedamat))
9+
310
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/tree/v0.1.1) (2016-02-06)
411
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data/compare/v0.1.0...v0.1.1)
512

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-revision-data",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "An ember-cli-deploy plugin to generate data about this deploy revision including a unique revision key based on the current build",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)