-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,36 @@ | ||
Changes | ||
======= | ||
0.1.0 (2020-07-30) | ||
|
||
0.3.0 (2022-10-20) | ||
------------------ | ||
|
||
Initial release. | ||
Improvements: | ||
- Added support for bigger numbers in Spanish (#43) | ||
- Added pytest flake8 (#44) | ||
- Refactored the code (#45) | ||
- Improved testing (#46) | ||
- Improved scripts (#47) | ||
- Added tests (#50, #72) | ||
- Added GitHub actions (#54, #55, #56, #57) | ||
- Added support for simple fractions (#60) | ||
|
||
New features: | ||
- Added feature to parse numbers in Ukrainian (#79) | ||
|
||
|
||
0.2.1 (2020-08-25) | ||
------------------ | ||
|
||
Fix tokenization bug - Hindi | ||
|
||
|
||
0.2.0 (2020-08-18) | ||
------------------ | ||
|
||
Ordinal Number Support | ||
|
||
|
||
0.2.1 (2020-08-25) | ||
0.1.0 (2020-07-30) | ||
------------------ | ||
|
||
Fix tokenization bug - Hindi | ||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.2.1 | ||
current_version = 0.3.0 | ||
commit = True | ||
tag = True | ||
tag_name = {new_version} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters