Skip to content

Commit

Permalink
Updated CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Pinto committed Oct 28, 2016
1 parent 81293bd commit fcd1b67
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.7.0 (October 28, 2016)

### Added
- Utils functions (e.g.: handling arrays) in athena.utils namespace
- Support for specifying docker environment variables from a file
- athena.os.print_stacktrace

### Changed
- ATHENA_DOCKER_OPTS is now an array and supports values with spaces
- athena.docker functions that manipulate the array use athena.utils array functions
- Docker build args supports values with spaces
- Stacktrace now appears whenever an error occurs
- Run container functions now don't require docker options and arguments
- athena.docker.run_container_with_default_router now uses athena.docker functions to set default values

### Fixed
- Random false negatives (in LINUX) when executing unit tests with exit code assertions

## 0.6.3 (October 7, 2016)

### Added
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.6.3
0.7.0

0 comments on commit fcd1b67

Please sign in to comment.