Skip to content

Commit

Permalink
0.93.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 5, 2023
1 parent cbd8b02 commit 4b0170b
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.93.0 (2023-10-05)

### Feature

* Use None in extend extra to remove expected file from schema ([`cbd8b02`](https://github.com/mcbeet/beet/commit/cbd8b02aff0c7172d5a4831e0c64552422618bb4))

### Fix

* Pack typing ([`0659752`](https://github.com/mcbeet/beet/commit/06597528948e47d03463a0cf34cb05331e942329))

## v0.92.0 (2023-08-06)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion beet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.92.0"
__version__ = "0.93.0"


from .core.cache import *
Expand Down
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.92.0"
version = "0.93.0"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4b0170b

Please sign in to comment.