Skip to content

Commit

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

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

## v0.6.0 (2021-02-13)
### Feature
* Add subproject helper ([`d604179`](https://github.com/vberlier/beet/commit/d60417924b44284dac45d5ad4b23d4b5a08aee99))

### Documentation
* Add link to pipeline configuration video ([`811d426`](https://github.com/vberlier/beet/commit/811d426ebe5943b683e957a2e98e97a8522b3122))
* Add docstring to context inject method ([`2f09ffe`](https://github.com/vberlier/beet/commit/2f09ffe591612246c23d8997467630aa79002c75))

## v0.5.1 (2021-01-27)
### Fix
* Expose project metadata in context ([`a04081c`](https://github.com/vberlier/beet/commit/a04081ce23c941bd240ff1187fc40645fce7e627))
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.1"
__version__ = "0.6.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.5.1"
version = "0.6.0"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c5f9d96

Please sign in to comment.