Skip to content

Commit

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

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

## v0.5.1 (2021-01-27)
### Fix
* Expose project metadata in context ([`a04081c`](https://github.com/vberlier/beet/commit/a04081ce23c941bd240ff1187fc40645fce7e627))
* Better dotted pack name handling ([`79fccff`](https://github.com/vberlier/beet/commit/79fccfff9d92353cebbdc631b6ae56b2e6a99be3))

## v0.5.0 (2021-01-23)
### Feature
* Add beet.contrib.minify_functions plugin ([`a7774a9`](https://github.com/vberlier/beet/commit/a7774a9b799eac7eceb078759e02b8714da9d9c1))
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.5.0"
__version__ = "0.5.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.5.0"
version = "0.5.1"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5ec0d30

Please sign in to comment.