Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jun 3, 2021
1 parent 5493395 commit f6966ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# History of AstroLib.jl

## v0.4.1 (2021-??-??)
## v0.4.1 (2021-06-03)

### Bug Fixes

* Fixed `adstring` with new versions of Julia (v1.6+).
* Improved type-stability of `kepler_solver`
* `NP.xy` is now shipped together with `AstroLib.jl`, to avoid connection issues
to download it.

## v0.4.0 (2018-08-17)

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AstroLib"
uuid = "c7932e45-9af1-51e7-9da9-f004cd3a462b"
authors = ["Mosè Giordano"]
version = "1.0.0"
version = "0.4.1"

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

2 comments on commit f6966ba

@giordano
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
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/38120

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.4.1 -m "<description of version>" f6966ba2f20ecfc189408916d1d7dda8555c56e3
git push origin v0.4.1

Please sign in to comment.