Skip to content

Commit

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

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

## v0.3.3 (2021-01-10)
### Fix
* Tweak typing for merge implementation ([`8efa444`](https://github.com/vberlier/beet/commit/8efa444ccf67dd25eb1fd23d4e89f07407bf404c))

### Documentation
* Add link to library overview video ([`4f37a74`](https://github.com/vberlier/beet/commit/4f37a7496d863b0535b39a1b6c1ad3df786bc89b))

## v0.3.2 (2020-12-29)
### Fix
* Use forward slash for zipfile paths on windows ([`b605c07`](https://github.com/vberlier/beet/commit/b605c07a06106fd97866b9c442b39313381aabb5))
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.3.2"
__version__ = "0.3.3"
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.3.2"
version = "0.3.3"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit e3d23ca

Please sign in to comment.