Skip to content

Commit

Permalink
0.2.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 22, 2024
1 parent 6e0d283 commit 4491156
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# CHANGELOG


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

### Chores

- Fix github action release
([`6e0d283`](https://github.com/BPR02/Observer/commit/6e0d283250e8daeea710889e4a3b131c323d910d))

Workaround for this issue:
https://github.com/python-semantic-release/python-semantic-release/issues/723

- Only publish on new release
([`f13ec64`](https://github.com/BPR02/Observer/commit/f13ec6475a7d5dda2622600b8fe839e08e455aff))

- Properly update plugin version
([`b1d1d6b`](https://github.com/BPR02/Observer/commit/b1d1d6b412c607ec821bc2f001395023a9464df6))

- manually update version to 0.1.0 since the github action won't do it rn

### Features

- Generate datapack overlays
([`c03b42c`](https://github.com/BPR02/Observer/commit/c03b42c08f2e669ccee4253d8dd0e33863d58ae9))

### Testing

- Add proper test pipeline
([`dd086fc`](https://github.com/BPR02/Observer/commit/dd086fc47503372a911302dad76cf8c5088367b2))


## v0.1.0 (2024-11-21)

### 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.1.0"
__version__ = "0.2.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.1.0"
version = "0.2.0"
description = "A beet plugin to automatically generate overlays from previous datapacks"
authors = ["BPR02 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4491156

Please sign in to comment.