Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 9, 2022
1 parent 302b04d commit 0299ff7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!--next-version-placeholder-->

## v0.2.0 (2022-01-09)
### Feature
* Add `Pokemon.name_at` method ([`444b5fb`](https://github.com/jaynewey/py-unite-db/commit/444b5fb23e88a5b0591d7d17cad1a54b29e4fb9e))

### Documentation
* Add license to docs site ([`bd4c6fc`](https://github.com/jaynewey/py-unite-db/commit/bd4c6fc93c4486ec2cabeaf2f6dabf48dc5832f8))
* Add changelog to docs site ([`27918e2`](https://github.com/jaynewey/py-unite-db/commit/27918e25b3a05b877b340f648a83062f8d8b4805))
* Add more detailed description ([`dc9fbbe`](https://github.com/jaynewey/py-unite-db/commit/dc9fbbe6702dd8c0d2ee3fc395f41553b67213d4))
* Add PyPI version badge ([`de6c224`](https://github.com/jaynewey/py-unite-db/commit/de6c224c52edc2df215c267a45d95e0bfbe60631))
* Update todo list ([`b4ce632`](https://github.com/jaynewey/py-unite-db/commit/b4ce632f2172a8154147ee33d4f197cc9548cf52))
* Add installation instructions ([`48e8000`](https://github.com/jaynewey/py-unite-db/commit/48e8000b9fbb62e7869bb4109a4d35ffb36b99bf))
* Add README to `pyproject.toml` ([`492a81f`](https://github.com/jaynewey/py-unite-db/commit/492a81f17467b6b36b29b0ecb373a01da33392a7))

## v0.1.2 (2022-01-01)
### Fix
* Run `python-semantic-release` via `pdm` ([`5eef3df`](https://github.com/jaynewey/py-unite-db/commit/5eef3df55e973eb02bfa2cd9131e35ee0f909483))
Expand Down
2 changes: 1 addition & 1 deletion py_unite_db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from . import models, types
from .unite_db import UniteDbBase

__version__ = "0.1.2"
__version__ = "0.2.0"

BASE_URL = "https://unite-db.com"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "py_unite_db"
version = "0.1.2"
version = "0.2.0"
description = "Unnofficial Python wrapper of the unite-db.com REST API."
authors = [
{name = "Jay Newey", email = "[email protected]"},
Expand Down

0 comments on commit 0299ff7

Please sign in to comment.