Skip to content

Commit

Permalink
Update changelog for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
latiosu committed Jan 9, 2021
1 parent 09828e8 commit dd9bc22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
Changelog
=========

0.1.0
0.2.0 - 2021-01-09
------------------
* Initial Release
* Add ability to convert divine-pride item data to rathena yaml
* Added support for Python 3.6
* Added "config" CLI command for storing API key
* Changed interface for "item" CLI command
* Changed interface for "dp2rathena" base command to allow passing API key
* Added codecov.io integration

0.1.1 - 2021-01-07
------------------
* Fixed build pipeline issues with TravisCI and PyPI

0.1.1
0.1.0 - 2021-01-06
------------------
* Fix build pipeline issues with TravisCI and PyPI
* Initial Release
* Added ability to convert divine-pride item data to rathena yaml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dp2rathena"
version = "0.1.1"
version = "0.2.0"
description = "Convert Divine-Pride API data to rAthena YAML"
authors = ["Eric Liu <latiosworks@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit dd9bc22

Please sign in to comment.