Skip to content

Commit 6dfe6af

Browse files
committed
update changelog, push v0.4.1
1 parent c7a4002 commit 6dfe6af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.org

+4
Original file line numberDiff line numberDiff line change
@@ -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)
15
* v0.4.0
26
- add unit of ~Barn~
37
- BREAKING: rename short form of Gauss to ~gauss~. Single capital ~G~

unchained.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.4.0"
3+
version = "0.4.1"
44
author = "Vindaar"
55
description = "Fully type safe, compile time only units library"
66
license = "MIT"

0 commit comments

Comments
 (0)