Skip to content

Commit

Permalink
Release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Apr 20, 2021
1 parent 500ff82 commit cbda13d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# History of Measurements.jl

## v2.5.1 (2021-??-??)
## v2.6.0 (2021-04-20)

### New features

* Make `Measurement` work with `Printf.@printf` macro
([#101](https://github.com/JuliaPhysics/Measurements.jl/issues/101),
[#102](https://github.com/JuliaPhysics/Measurements.jl/pull/102)).

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

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

2 comments on commit cbda13d

@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/34803

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.6.0 -m "<description of version>" cbda13d9ba4a8bcfe85d9caaccd85c473bccf47b
git push origin v2.6.0

Please sign in to comment.