This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #252 from gamechanger/ae-update_release
Ae update release
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|