Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
- adds the ability to delete deployment and its assets
- be able to get container status by querying the container on the get call (add to decorator function) is now visible when running (deploy ls) as a status column
  • Loading branch information
gabrielcsapo committed Aug 16, 2017
1 parent 06ab86b commit b408bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# 0.2.1 (08/15/2017)

- adds the ability to delete deployment and its assets
- be able to get container status by querying the container on the get call (add to decorator function) is now visible when running (deploy ls) as a status column
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy.sh",
"version": "0.2.0",
"version": "0.2.1",
"description": "☁️ open source continuous deployment service",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b408bd1

Please sign in to comment.