Skip to content

Commit

Permalink
push v0.4.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jul 11, 2024
1 parent 37e6244 commit a70e7df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* v0.4.2
- minor fix to ~to~ such that we use exactly the type as given by the
user, instead of ~yCT.toNimType()~. This is to guarantee the
property ~x.to(T) is T~ always holds.
* 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
Expand Down
2 changes: 1 addition & 1 deletion unchained.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.4.1"
version = "0.4.2"
author = "Vindaar"
description = "Fully type safe, compile time only units library"
license = "MIT"
Expand Down

0 comments on commit a70e7df

Please sign in to comment.