Ver a proveniência

build: bump version 0.3.0

tags/v0.3.0
Jérôme Deuchnord há 4 anos
ascendente
cometimento
889d957532
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: BC6F3C345B7D33B0
2 ficheiros alterados com 29 adições e 1 eliminações
  1. +28
    -0
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/version.py

+ 28
- 0
CHANGELOG.md Ver ficheiro

@@ -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)




+ 1
- 1
kosmorrolib/version.py Ver ficheiro

@@ -16,4 +16,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = '0.2.3'
VERSION = '0.3.0'

Carregando…
Cancelar
Guardar