Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #252 from gamechanger/ae-update_release
Browse files Browse the repository at this point in the history
Ae update release
  • Loading branch information
Philip Alexander Etling committed Jun 18, 2015
2 parents 74f7c67 + 384cb10 commit 2c77bb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog

## 0.1.1
* `dusty setup` now looks for your nginx config in all 3 default locations
## 0.1.2

## 0.1.1 (June 18, 2015)
* BREAKING CHANGE: We have changed the types of some of the values in app, lib, and test schema. All commands to run in the container are now lists instead of single strings.

* NEW: `dusty status` CLI command has been added. This outputs a list of activated apps, libs, and services. It also informs if a container is associated with each.

* FIXED: `dusty setup` now looks for your nginx config in all 3 default locations.


## 0.1.0 (June 15, 2015)
* Initial release
2 changes: 1 addition & 1 deletion dusty/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

VERSION = '0.1.1'
VERSION = '0.1.2'

SOCKET_TERMINATOR = '\0\0'
SOCKET_ERROR_TERMINATOR = '\0\1'
Expand Down

0 comments on commit 2c77bb1

Please sign in to comment.