Skip to content

Commit

Permalink
0.95.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 7, 2023
1 parent 5a3261d commit 118dd5f
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.95.0 (2023-10-07)

### Feature

* Add ctx[Function] and refactor contrib to take into account overlays ([`6f0cec4`](https://github.com/mcbeet/beet/commit/6f0cec4b8de5af78358e9ed81b8b73caaf3b6a66))

### Fix

* Support overlays in select_files ([`1297472`](https://github.com/mcbeet/beet/commit/12974727631509d22fa97f9252c15f4ebb4d4ca0))

## v0.94.0 (2023-10-07)

### 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.94.0"
__version__ = "0.95.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.94.0"
version = "0.95.0"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 118dd5f

Please sign in to comment.