From 889d957532740a0210b062aec3a3967e7a1d09af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sun, 1 Dec 2019 10:56:57 +0100 Subject: [PATCH] build: bump version 0.3.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ kosmorrolib/version.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddca66e..0f406c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# [v0.3.0](https://github.com/Deuchnord/kosmorro/compare/v0.2.3...v0.3.0) (2019-12-01) + + +### Bug Fixes + +* **position:** remove useless altitude argument ([d079fc7](https://github.com/Deuchnord/kosmorro/commit/d079fc7b201c7f5855c05acc80955e3b16c4ef6d)) +* **terminology:** use the "Object" term ([e21f632](https://github.com/Deuchnord/kosmorro/commit/e21f6327f4dc7e5a9d46ccd6ca493207064745f8)) + + +### Features + +* **moon-phase:** compute more accurate Moon phase ([6856d45](https://github.com/Deuchnord/kosmorro/commit/6856d456439215c7a63432e76318e231fc17870d)) + + +### Performance Improvements + +* **position:** enhance the position performing ([61536da](https://github.com/Deuchnord/kosmorro/commit/61536da9df4e742e9f7046fb177ecd09fb711b38)) + + +### BREAKING CHANGES + +* **position:** invoking kosmorro command with the --altitude argument +will now fail with an "unrecognized arguments" error. +* **moon-phase:** JSON format now returns the moon phase as an object +instead of a string + + + # [v0.2.3](https://github.com/Deuchnord/kosmorro/compare/v0.2.2...v0.2.3) (2019-11-24) diff --git a/kosmorrolib/version.py b/kosmorrolib/version.py index 0e6db4b..7574c6e 100644 --- a/kosmorrolib/version.py +++ b/kosmorrolib/version.py @@ -16,4 +16,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -VERSION = '0.2.3' +VERSION = '0.3.0'