From b408bd18b6caf79f9cce649e3914efac28f5c41d Mon Sep 17 00:00:00 2001 From: Gabriel Csapo Date: Tue, 15 Aug 2017 23:54:29 -0700 Subject: [PATCH] 0.2.1 - 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 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a0668..74a2fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 11049ba..66f8143 100644 --- a/package.json +++ b/package.json @@ -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": {