From 694c5d02f5c8c11a5cb7ca3826bebcde3c9f3368 Mon Sep 17 00:00:00 2001 From: Jens Schaa Date: Mon, 18 Jul 2016 12:18:03 +0200 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 11 ++++++++++- version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f994e9..5dbf875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/version.py b/version.py index 1088c87..b84906e 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = (0, 1, 4) \ No newline at end of file +__version__ = (1, 0, 0) \ No newline at end of file