From 609a135a98e74d61b189ead73eceae34c63cad08 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Dec 2024 23:23:53 +0000 Subject: [PATCH] 0.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ beet_observer/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc77455..7055b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v0.6.0 (2024-12-11) + +### Documentation + +- Update todo + ([`fdcf7e3`](https://github.com/BPR02/Observer/commit/fdcf7e30f48203e4620d0b344298ba1068a13b5b)) + +- Update todo + ([`e28a209`](https://github.com/BPR02/Observer/commit/e28a20954c07a14db13f31ea99b7be9bb16fb909)) + +### Features + +- Accept links for process location + ([`0306a21`](https://github.com/BPR02/Observer/commit/0306a21fb221f5f5a0616c90e3db5964db4ba6f1)) + + ## v0.5.0 (2024-12-11) ### Chores diff --git a/beet_observer/__init__.py b/beet_observer/__init__.py index f63d5fd..65f0c17 100644 --- a/beet_observer/__init__.py +++ b/beet_observer/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.5.0" +__version__ = "0.6.0" from .plugin import * diff --git a/pyproject.toml b/pyproject.toml index 89c1d5a..f06998f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beet-observer" -version = "0.5.0" +version = "0.6.0" description = "A beet plugin to automatically generate overlays from previous datapacks" authors = ["BPR02 "] license = "MIT"