Skip to content

Commit

Permalink
Prepare for release 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Feb 29, 2020
1 parent 083704c commit 9d3fd59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 0.4.2 *(2020-02-29)*
----------------------------

* Add support for floored formatting of any length units.
* Allow to set globally if UK should use imperial or SI units.

Version 0.4.1 *(2020-02-07)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ android {
}
```groovy
debugImplementation "io.mehow.ruler:ruler:0.4.1"
debugImplementation "io.mehow.ruler:ruler:0.4.2"
```

If you use Android you can use Android artifact.

```groovy
debugImplementation "io.mehow.ruler:android:0.4.1"
debugImplementation "io.mehow.ruler:android:0.4.2"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.mehow.ruler
VERSION_NAME=0.4.1-SNAPSHOT
VERSION_NAME=0.5.0

POM_DESCRIPTION=Library for distance measurments.

Expand Down

0 comments on commit 9d3fd59

Please sign in to comment.