Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 22, 2020
1 parent bb73eee commit 927b732
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v0.3.0 (2020-12-22)
### Feature
* Add function_header plugin ([`bb73eee`](https://github.com/vberlier/beet/commit/bb73eeef0d984ca80cfd378ab2b0a99d89a33d47))

### Fix
* Rename inline plugins ([`a6b7aaa`](https://github.com/vberlier/beet/commit/a6b7aaa60d97bf203d771861effc0ee61425786d))

### Documentation
* Add module docstring to inline plugins ([`d829d89`](https://github.com/vberlier/beet/commit/d829d89c815c15b34dd51ac6e3a68d563906b3c4))

## v0.2.2 (2020-12-21)
### Fix
* Trigger release to update readme ([`d409af5`](https://github.com/vberlier/beet/commit/d409af56d4c82da5d3c2743a158128cb4ed0b062))
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.2"
__version__ = "0.3.0"
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.2"
version = "0.3.0"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 927b732

Please sign in to comment.