From 6dfe6af7802a14df72b078b98fed05b07aef5ba1 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Wed, 27 Mar 2024 12:15:46 +0100 Subject: [PATCH] update changelog, push v0.4.1 --- changelog.org | 4 ++++ unchained.nimble | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.org b/changelog.org index c07a6df..9007da6 100644 --- a/changelog.org +++ b/changelog.org @@ -1,3 +1,7 @@ +* v0.4.1 +- fix issue #48 where the unit parsing logic accepted invalid SI + prefixes and thus code like ~foo.toMeter~ was valid (and looked like + sensible code) * v0.4.0 - add unit of ~Barn~ - BREAKING: rename short form of Gauss to ~gauss~. Single capital ~G~ diff --git a/unchained.nimble b/unchained.nimble index 41f273c..2cdc514 100644 --- a/unchained.nimble +++ b/unchained.nimble @@ -1,6 +1,6 @@ # Package -version = "0.4.0" +version = "0.4.1" author = "Vindaar" description = "Fully type safe, compile time only units library" license = "MIT"