Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redvox committed Jul 18, 2016
1 parent 1c78fa5 commit 694c5d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0] - 2016-07-18

### Changed
- default.yaml is not required and will not loaded automatically.
- environment configs can be a list of files.
- No exit on exeption.
- Testing is more verbose.

## [0.1.4] - 2016-07-06

### Fixed
Expand Down Expand Up @@ -46,8 +54,9 @@ First release of Eliza.

This changelog is inspired by [keepachangelog.com](http://http://keepachangelog.com/de/)

[Unreleased]: https://github.com/redvox/Eliza/compare/latest...HEAD
[Unreleased]: https://github.com/redvox/Eliza/compare/1.0.0...HEAD
[0.1.1]: https://github.com/redvox/Eliza/compare/0.1.0...0.1.1
[0.1.2]: https://github.com/redvox/Eliza/compare/0.1.1...0.1.2
[0.1.3]: https://github.com/redvox/Eliza/compare/0.1.2...0.1.3
[0.1.4]: https://github.com/redvox/Eliza/compare/0.1.3...0.1.4
[1.0.0]: https://github.com/redvox/Eliza/compare/0.1.4...1.0.0
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 1, 4)
__version__ = (1, 0, 0)

0 comments on commit 694c5d0

Please sign in to comment.