We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500ff82 commit cbda13dCopy full SHA for cbda13d
NEWS.md
@@ -1,6 +1,12 @@
1
# History of Measurements.jl
2
3
-## v2.5.1 (2021-??-??)
+## v2.6.0 (2021-04-20)
4
+
5
+### New features
6
7
+* Make `Measurement` work with `Printf.@printf` macro
8
+ ([#101](https://github.com/JuliaPhysics/Measurements.jl/issues/101),
9
+ [#102](https://github.com/JuliaPhysics/Measurements.jl/pull/102)).
10
11
### Bug Fixes
12
Project.toml
@@ -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"
0 commit comments