diff --git a/changelog.org b/changelog.org index 77094b1..0b99d07 100644 --- a/changelog.org +++ b/changelog.org @@ -1,3 +1,6 @@ +* v0.2.6 +- add ~merge~ argument to ~pretty~ to allow merging the uncertainty + ~B~ with the value ~A~ as ~A(B)~ when using ~cligen~ for printing * v0.2.5 - move ~toFloat~ definitions above ~==~ (where they are used, PR #13 by @metagn) diff --git a/measuremancer.nimble b/measuremancer.nimble index c248452..f7ed5fe 100644 --- a/measuremancer.nimble +++ b/measuremancer.nimble @@ -1,6 +1,6 @@ # Package -version = "0.2.5" +version = "0.2.6" author = "Vindaar" description = "A library to handle measurement uncertainties" license = "MIT"