diff --git a/CHANGELOG.md b/CHANGELOG.md index a0275be..22d8679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## v3.3.0 (2021-07-09) +### Feature +* "feral" lore for non-taimed pet hats ([`d163307`](https://github.com/OrangeUtan/Hats/commit/d163307e5f5cac74833115948114b7b509d952dd)) +* Owners name as lore on pet hats ([`e2b0bd9`](https://github.com/OrangeUtan/Hats/commit/e2b0bd9354ff44311d98e34fa23e58b1a1a6b6e1)) +* Tamed cats can be converted to hats ([`87afca6`](https://github.com/OrangeUtan/Hats/commit/87afca64946f1b3b48e6f0f96b3e4375dcf7c674)) + +### Fix +* Feral pet hats summon named mobs ([`32b94dd`](https://github.com/OrangeUtan/Hats/commit/32b94dd21ea848911ab093946fc602b5aea4c57a)) +* Feral pet hats now spawn feral mobs ([`5aa82b0`](https://github.com/OrangeUtan/Hats/commit/5aa82b0d7d5209654fe80a3884d06ee027dc6829)) +* Rename setting dog_conversion to pet_conversion ([`8639037`](https://github.com/OrangeUtan/Hats/commit/8639037e6d7cfac1649c7b9f6e171f3b045fb07b)) +* Settings not working when updating datapack ([`1aab603`](https://github.com/OrangeUtan/Hats/commit/1aab603b21997b043f46820afa7191d5c9efeff4)) + +### Balancing +* Librarian trades 3D glasses ([`aa53cec`](https://github.com/OrangeUtan/Hats/commit/aa53cec74a4be3bc440919fb4e07642ce7e01356)) + +### Performance +* Remove duplicate check for pets ([`eecdd51`](https://github.com/OrangeUtan/Hats/commit/eecdd51982bd3cdd8f07e355f19b32a6258f90e6)) + ## v3.2.1 (2021-07-08) ### Balancing * Remove feather_headband_recipe ([`ec2fcec`](https://github.com/OrangeUtan/Hats/commit/ec2fcec361dbd6e595e666f6a624142e660a3d85)) diff --git a/beet.yml b/beet.yml index c05cd06..26d022d 100644 --- a/beet.yml +++ b/beet.yml @@ -1,7 +1,7 @@ name: Hats author: Oran9eUtan description: Collectable stylish hats -version: "3.2.1" +version: "3.3.0" output: build data_pack: name: hats_datapack diff --git a/pyproject.toml b/pyproject.toml index 690bd95..a72351b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hats" -version = "3.2.1" +version = "3.3.0" description = "" authors = ["Oran9eUtan "]