Skip to content

Commit

Permalink
Updated CHANGELOG and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Pinto committed Nov 25, 2016
1 parent ad7723d commit 81ff922
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.10.0 (November 25, 2016)

### Added
- scripts to generate debian packages and push to ppa
- athena.os.get_env_or_fail
- athena.docker.disable_auto_cleanup and athena.docker.is_auto_cleanup_enabled
- athena.docker.disable_privileged_mode and athena.docker.is_privileged_mode_enabled
- possibility to specify the plugins directory using environment variable ATHENA_PLGS_DIR

### Changed
- athena.color functions now print to stderr by default

### Fixed
- docker build args searching for ARG on beginning of line

## 0.9.1 (November 10, 2016)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion plugins/base/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.10.0

0 comments on commit 81ff922

Please sign in to comment.