We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a4002 commit 6dfe6afCopy full SHA for 6dfe6af
changelog.org
@@ -1,3 +1,7 @@
1
+* v0.4.1
2
+- fix issue #48 where the unit parsing logic accepted invalid SI
3
+ prefixes and thus code like ~foo.toMeter~ was valid (and looked like
4
+ sensible code)
5
* v0.4.0
6
- add unit of ~Barn~
7
- BREAKING: rename short form of Gauss to ~gauss~. Single capital ~G~
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"
0 commit comments