Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 21, 2020
1 parent d409af5 commit 8d4946a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.2.2 (2020-12-21)
### Fix
* Trigger release to update readme ([`d409af5`](https://github.com/vberlier/beet/commit/d409af56d4c82da5d3c2743a158128cb4ed0b062))

### Documentation
* Start writing docs ([`034c662`](https://github.com/vberlier/beet/commit/034c662878c88d2da84c71f15d46e85c38e2e5db))
* Update readme ([`58c9822`](https://github.com/vberlier/beet/commit/58c98226b091f3dd5994888bfdd71301dafb278f))
* Add mudkip ([`fb3cfdd`](https://github.com/vberlier/beet/commit/fb3cfddee1b220e055659393e9ce747fddcd5a26))

## v0.2.1 (2020-12-21)
### Fix
* Include better dependencies for windows ([`b28977f`](https://github.com/vberlier/beet/commit/b28977f206bd48b0cdae67ac1dad2e17ade81f24))
Expand Down
2 changes: 1 addition & 1 deletion beet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .toolchain.project import *
from .toolchain.template import *

__version__ = "0.2.1"
__version__ = "0.2.2"
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 = "beet"
version = "0.2.1"
version = "0.2.2"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8d4946a

Please sign in to comment.