diff --git a/NEWS.md b/NEWS.md index 84d5cd8..668127b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,17 @@ # History of PhysicalConstants.jl +## v0.2.4 (2025-01-02) + +### New Features + +* New set `CODATA2022` added in module `PhysicalConstants.CODATA2022` + ([#34](https://github.com/JuliaPhysics/PhysicalConstants.jl/issues/34), + [#39](https://github.com/JuliaPhysics/PhysicalConstants.jl/pull/39)). +* New function `PhysicalConstants.reference` to access the reference of a + constant + ([#35](https://github.com/JuliaPhysics/PhysicalConstants.jl/issues/35), + [#37](https://github.com/JuliaPhysics/PhysicalConstants.jl/pull/37)). + ## v0.2.3 (2022-09-01) ### Bug Fixes diff --git a/Project.toml b/Project.toml index 1a636ee..08e8ab2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PhysicalConstants" uuid = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab" authors = ["Mosè Giordano "] -version = "0.2.3" +version = "0.2.4" [deps] Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"