diff --git a/changelog.org b/changelog.org index 0b99d07..09a19d8 100644 --- a/changelog.org +++ b/changelog.org @@ -1,3 +1,5 @@ +* v0.2.7 +- fix import of ~measuremancer~ in ~tCligenParsing~ to use local path * 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 diff --git a/measuremancer.nimble b/measuremancer.nimble index 27d46ed..909ea4f 100644 --- a/measuremancer.nimble +++ b/measuremancer.nimble @@ -1,6 +1,6 @@ # Package -version = "0.2.6" +version = "0.2.7" author = "Vindaar" description = "A library to handle measurement uncertainties" license = "MIT"