diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-14 17:41:10 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-14 17:41:10 -0400 |
commit | b43c399c21bddd3cb8af42c109940564c3890cf7 (patch) | |
tree | 231fcb8f72a467a77efc1e6050de12bd70f7b152 /CHANGELOG.org | |
parent | 73d305684d3549d17ebd95a5fdb7d366849db226 (diff) |
Bumped the version number to v0.2.0
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index db9766b..77e7593 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,7 +1,7 @@ * Changelog All notable changes in this project will be shown in this file. -** Unreleased +** v0.2.0 - [2019-04-14] *** Changed - When searching for units, units with no prefixes are searched for before prefixed units - Smaller prefixes are searched for before larger prefixes @@ -17,7 +17,7 @@ All notable changes in this project will be shown in this file. - You can now add and subtract in unit expressions! - Instructions for obtaining unit instances are provided in the relevant classes - The UnitPrefix interface now provides default times, dividedBy and toExponent methods. -** v0.1.0 +** v0.1.0 - [2019-02-01] NOTE: At this stage, the API is subject to significant change. *** Added - Unit interface, implemented and supporting classes |