From 471de74e47b00076afcc1f12a0b3cce3d2fd177c Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 8 Jul 2021 13:02:39 +0000 Subject: [PATCH] 3.2.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ beet.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d59cc73..a0275be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v3.2.1 (2021-07-08) +### Balancing +* Remove feather_headband_recipe ([`ec2fcec`](https://github.com/OrangeUtan/Hats/commit/ec2fcec361dbd6e595e666f6a624142e660a3d85)) +* Remove recipes for glasses ([`b3eace8`](https://github.com/OrangeUtan/Hats/commit/b3eace830caab5913a8500f9309da91245683037)) + ## v3.2.0 (2021-07-07) ### Feature * Head hats no longer stackable ([`6da3341`](https://github.com/OrangeUtan/Hats/commit/6da3341b43c10d55c0ed2dec1a7a1262e763d801)) diff --git a/beet.yml b/beet.yml index 6634cbd..1a17835 100644 --- a/beet.yml +++ b/beet.yml @@ -1,7 +1,7 @@ name: Hats author: Oran9eUtan description: Collectable stylish hats -version: "3.2.0" +version: "3.2.1" output: build data_pack: name: hats_datapack diff --git a/pyproject.toml b/pyproject.toml index 022df50..690bd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hats" -version = "3.2.0" +version = "3.2.1" description = "" authors = ["Oran9eUtan "]