Skip to content

Commit

Permalink
🔖 Version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Dec 7, 2019
1 parent 0d1416d commit 5e1ae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "6ac157d9-b43d-51bb-8fab-48bf53814f4a"
license = "MIT"
desc = "A toolbox for satellite analysis"
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "0.6.3"
version = "0.6.4"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Expand Down

2 comments on commit 5e1ae09

@ronisbr
Copy link
Member Author

@ronisbr ronisbr commented on 5e1ae09 Dec 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

Release notes:

  • The download path of the file fluxtable.txt was changed. (Issue fluxtable link broken #34)
  • The submodule SatelliteToolboxSGP4 was created, which contains all the low-level functions related to the SGP4 orbit propagator. (PR Proof of concept: SGP4 submodule #33)
  • The submodule SatelliteToolboxTLE was created, which contains all functions related to TLE handling.
  • The TLE parsing algorithm was improved. If the epoch year in TLE is higher than 75, then it will be considered in the past.
  • This version support Julia 1.0 and 1.3. The support for Julia 1.2 has been dropped.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/6365

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.4 -m "<description of version>" 5e1ae097ef37621aa3320c4c90cf2a9c7de5e7d3
git push origin v0.6.4

Please sign in to comment.