Skip to content

Commit cbef428

Browse files
committed
0.95.2
Automatically generated by python-semantic-release
1 parent 1c98097 commit cbef428

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.95.2 (2023-10-09)
6+
7+
### Fix
8+
9+
* Don't make overlays truthy when they just contain formats declaration ([`1c98097`](https://github.com/mcbeet/beet/commit/1c98097e0c05de51282b628693ad443ba74d28ca))
10+
511
## v0.95.1 (2023-10-07)
612

713
### Fix

beet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.95.1"
1+
__version__ = "0.95.2"
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.95.1"
3+
version = "0.95.2"
44
description = "The Minecraft pack development kit"
55
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)