diff --git a/CHANGELOG.md b/CHANGELOG.md index 93486500..24c8768e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## v0.1.1 (2023-01-18) +### Fix +* Hangings signs added to #itemio:stack16 ([`9364e87`](https://github.com/edayot/ItemIO/commit/9364e876138314abbd5adcb3b2af01c8f76e1549)) + ## v0.1.0 (2023-01-09) ### Feature * Added auto-release ([`9f2934d`](https://github.com/edayot/item_io/commit/9f2934dbe2c5a4a6f4503c1d9c9568dd619b82f8)) diff --git a/beet.yaml b/beet.yaml index 80813aea..82e1a856 100644 --- a/beet.yaml +++ b/beet.yaml @@ -1,6 +1,6 @@ id: itemio name: ItemIO -version: "0.1.0" +version: "0.1.1" description: Item input/output lib - Easy interaction between vanilla and custom containers author: AirDox_ diff --git a/pyproject.toml b/pyproject.toml index d47f565d..cc74351b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "itemio" -version = "0.1.0" +version = "0.1.1" description = "Item input/output lib - Easy interaction between vanilla and custom containers" authors = ["edayot "] license = "MIT"