Skip to content

Commit

Permalink
0.3.1
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 6f01d6a commit 418d0a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.3.1 (2020-12-22)
### Fix
* Default match shouldn't match anything ([`6f01d6a`](https://github.com/vberlier/beet/commit/6f01d6a19d63d9374e575942cf40dc1b14a4df88))

## v0.3.0 (2020-12-22)
### Feature
* Add function_header plugin ([`bb73eee`](https://github.com/vberlier/beet/commit/bb73eeef0d984ca80cfd378ab2b0a99d89a33d47))
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.0"
__version__ = "0.3.1"
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.0"
version = "0.3.1"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 418d0a1

Please sign in to comment.