From f6966ba2f20ecfc189408916d1d7dda8555c56e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Thu, 3 Jun 2021 22:01:05 +0100 Subject: [PATCH] Release v0.4.1 --- NEWS.md | 5 ++++- Project.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 572a8e1..3a534d2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) diff --git a/Project.toml b/Project.toml index e4f3ccf..0f77393 100644 --- a/Project.toml +++ b/Project.toml @@ -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"