Skip to content

Commit

Permalink
Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 3, 2025
1 parent 62bf9a5 commit 35248a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
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 = "PhysicalConstants"
uuid = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
authors = ["Mosè Giordano <[email protected]>"]
version = "0.2.3"
version = "0.2.4"

[deps]
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Expand Down

0 comments on commit 35248a9

Please sign in to comment.