Skip to content

Commit a70e7df

Browse files
committed
push v0.4.2, update changelog
1 parent 37e6244 commit a70e7df

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.2
2+
- minor fix to ~to~ such that we use exactly the type as given by the
3+
user, instead of ~yCT.toNimType()~. This is to guarantee the
4+
property ~x.to(T) is T~ always holds.
15
* v0.4.1
26
- fix issue #48 where the unit parsing logic accepted invalid SI
37
prefixes and thus code like ~foo.toMeter~ was valid (and looked like

unchained.nimble

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

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

0 commit comments

Comments
 (0)