From 1d6965d109e871bec980e43fa15366d4a7b8d5fc Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Sat, 31 May 2025 20:35:23 -0400 Subject: [PATCH 1/2] Bump version 0.4.4 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 40620e6220dd5e170f8b73303f028c27050101e3 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Sat, 31 May 2025 20:38:32 -0400 Subject: [PATCH 2/2] Update NEWS.md for v0.4.4 --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) 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