Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 24, 2024
1 parent ef2ec84 commit 848d211
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG


## v0.4.0 (2024-11-24)

### Features

- Add worldgen support ([#1](https://github.com/BPR02/Observer/pull/1),
[`ef2ec84`](https://github.com/BPR02/Observer/commit/ef2ec848fbfd71d0aab4d2703a979573a4649c6d))

* worldgen

* don't test worldgen

- tests with worldgen files are broken in lectern snapshots:
https://github.com/mcbeet/lectern/issues/361

* Update TODO.md


## v0.3.0 (2024-11-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion beet_observer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

from .plugin import *
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-observer"
version = "0.3.0"
version = "0.4.0"
description = "A beet plugin to automatically generate overlays from previous datapacks"
authors = ["BPR02 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 848d211

Please sign in to comment.