Skip to content

Commit

Permalink
🔖 Version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Dec 16, 2023
1 parent f990ed7 commit 1370610
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.12.0"
version = "0.12.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit 1370610

@ronisbr
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • We updated the dependency compatibility bounds.
  • We now reexport SatelliteToolboxLegendre.jl.
  • We exported the function equation_of_time.

@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/97250

Tagging

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.1 -m "<description of version>" 13706100b5315de49cf814a72d859b0c86d0a244
git push origin v0.12.1

Please sign in to comment.