Ver código fonte

build: bump version 0.4.0

tags/v0.4.0
Jérôme Deuchnord 4 anos atrás
pai
commit
29adfef382
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: BC6F3C345B7D33B0
2 arquivos alterados com 21 adições e 1 exclusões
  1. +20
    -0
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/version.py

+ 20
- 0
CHANGELOG.md Ver arquivo

@@ -1,3 +1,23 @@
# [v0.4.0](https://github.com/Deuchnord/kosmorro/compare/v0.3.1...v0.4.0) (2019-12-28)


### Features

* **events:** add support for conjunctions ([8d60a2a](https://github.com/Deuchnord/kosmorro/commit/8d60a2ad9925a9bd10f070e5df8d5f18cdd0f81b))
* rename fields in the JSON response for more coherence ([4029ba9](https://github.com/Deuchnord/kosmorro/commit/4029ba9ec208214d24070f99be06bc88d7923210))
* **ephemerides:** compute ephemerides if the position is set only ([467c822](https://github.com/Deuchnord/kosmorro/commit/467c8227df0460785a2ade87de6a07f4c0ba0fc9))
* **events:** add support for opposition events ([fa2da9e](https://github.com/Deuchnord/kosmorro/commit/fa2da9e4a9468b4f8ad0fa2b2184fa93c5513fbe))


### BREAKING CHANGES

* the fields "details" and "ephemerides" have been switched.
* **ephemerides:** invoking kosmorro command without --latitude and
--longitude arguments will now only output the Moon phase and,
eventually, the events for the given date (or today if date not given).



# [v0.3.1](https://github.com/Deuchnord/kosmorro/compare/v0.3.0...v0.3.1) (2019-12-01)




+ 1
- 1
kosmorrolib/version.py Ver arquivo

@@ -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.3.1'
VERSION = '0.4.0'

Carregando…
Cancelar
Salvar