diff --git a/NEWS.md b/NEWS.md index 3a534d2..3a2bf84 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # History of AstroLib.jl +## v0.4.4 (2025-05-31) + +### Added + +* `frebin()` and `fshift()` functions. ([PR #87](https://github.com/JuliaAstro/AstroLib.jl/pull/87), [@Michael-Reefe](https://github.com/Michael-Reefe)) + ## v0.4.1 (2021-06-03) ### Bug Fixes diff --git a/Project.toml b/Project.toml index 185f4ea..42c39c8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AstroLib" uuid = "c7932e45-9af1-51e7-9da9-f004cd3a462b" authors = ["Mosè Giordano"] -version = "0.4.3" +version = "0.4.4" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"