Skip to content

Commit

Permalink
Release v2.10.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Sep 21, 2023
1 parent 5533272 commit 21cf93c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# History of Measurements.jl

## v2.10.0 (2023-09-21)

### New features

* Correlated variables can be created from a covariance or a correlation matrix
([#137](https://github.com/JuliaPhysics/Measurements.jl/pull/137)).
* Integration with third-party packages makes use of [package
extensions](https://julialang.org/blog/2023/04/julia-1.9-highlights/#package_extensions)
when using Julia v1.9 or later versions
([#143](https://github.com/JuliaPhysics/Measurements.jl/pull/143)).

## v2.9.0 (2023-03-22)

### New features
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 = "Measurements"
uuid = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
authors = ["Mosè Giordano <[email protected]>"]
version = "2.9.0"
version = "2.10.0"

[deps]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Expand Down

2 comments on commit 21cf93c

@giordano
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91841

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.10.0 -m "<description of version>" 21cf93c7dc25b7a1b14d5b877bc8f4884599ff5e
git push origin v2.10.0

Please sign in to comment.