Skip to content

Commit 099cc20

Browse files
committed
0.81.0
Automatically generated by python-semantic-release
1 parent 285d89c commit 099cc20

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.81.0 (2022-11-29)
6+
### Feature
7+
* Add PluginOptions ([`d6de473`](https://github.com/mcbeet/beet/commit/d6de4736fa6eaa9a618653f4d866131d63a3b0c1))
8+
* Use python 3.10 ([`95c419d`](https://github.com/mcbeet/beet/commit/95c419d9e5ad1a111bec782b50881baa55f9c831))
9+
10+
### Fix
11+
* Tweak Context.validate ([`285d89c`](https://github.com/mcbeet/beet/commit/285d89c2e9fd5cd78804f19756584b9f7c071acf))
12+
513
## v0.80.1 (2022-11-21)
614
### Fix
715
* Expose project_directory and broadcast_directory to templates ([`779ca95`](https://github.com/mcbeet/beet/commit/779ca950be3021cd45bec237fd63bc602c32db3e))

beet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.80.1"
1+
__version__ = "0.81.0"
22

33

44
from .core.cache import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "beet"
3-
version = "0.80.1"
3+
version = "0.81.0"
44
description = "The Minecraft pack development kit"
55
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)