You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 年之前
4 年之前
1234567891011121314151617181920212223242526272829303132
  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
  4. and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
  5. # [v0.2.1](https://github.com/Deuchnord/kosmorro/compare/v0.2.0...v0.2.1) (2019-11-17)
  6. ### Bug Fixes
  7. * Move version constant to its own file to prevent sgp4 module failing in the AUR ([9a0c9d3](https://github.com/Deuchnord/kosmorro/commit/9a0c9d3ae34c5fa561b5a1b252d39a5ef2a0a4b9))
  8. ## [0.2.0] - 2019-11-17
  9. ### Added
  10. - Add JSON output
  11. - Add argument to clear the cache
  12. ### Changed
  13. - Update Numpy to v1.17.4
  14. - Update PyLint to v2.4.4
  15. ### Removed
  16. ## [0.1.0] - 2019-11-10
  17. - First version