Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosmul committed Sep 18, 2018
1 parent 5343008 commit b5f7dad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,10 @@ Added support for:
## 1.4.1 (2018-06-06)

Added missing Ukrainian banking money value.

## 1.5.0 (2018-09-18)

Added support for:

- French

9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Tradukisto

Tradukisto is a library for Java 8+ created to convert numbers to their word representations.

The main motivation behind its creation was lack of a production ready tool which provides numbers conversion for the
Polish language. There are many single classes, but we felt there is definitely space for something well tested and
ready to use in production without copy pasting someone else's code.
The main motivation behind its creation was lack of a production-ready tool providing number conversion for
Polish language. There are many individual classes, but we felt there is definitely space for something well tested and
ready to use in production without copy-pasting someone else's code.

Features
--------
Expand All @@ -23,6 +23,7 @@ Supported languages
* Brazilian Portuguese
* Czech
* English
* French
* German
* Kazakh
* Latvian
Expand All @@ -42,7 +43,7 @@ repositories {
}
dependencies {
compile 'pl.allegro.finance:tradukisto:1.4.1'
compile 'pl.allegro.finance:tradukisto:1.5.0'
}
```

Expand Down

0 comments on commit b5f7dad

Please # to comment.