From b49e1480345c40cb4ebf34a0dbec940d83b88f53 Mon Sep 17 00:00:00 2001 From: Miepee Date: Fri, 24 May 2024 12:44:08 +0200 Subject: [PATCH] Release version 2.3.0 --- CHANGELOG.md | 9 +++++++++ YAMS-LIB/YAMS-LIB.csproj | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1991dfe..bba0819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added - Added ammo drops to Queen +### Changed +- The Walljump item has been renamed to Walljump Boots. +- The Infinite Bomb Jump item has been renamed to Infinite Bomb Propulsion. +- The sprites for the Infinite Bomb Jump item have been changed to stand out less. + +### Fixed +- Long Beam now doesn't cause an error message when received in a Multiworld. +- The Open Transition in Waterfalls Entryway now looks less odd when it's shuffled as a door. + ## [2.2.0] - 2024-05-19 ### Added diff --git a/YAMS-LIB/YAMS-LIB.csproj b/YAMS-LIB/YAMS-LIB.csproj index c169331..0fa5732 100644 --- a/YAMS-LIB/YAMS-LIB.csproj +++ b/YAMS-LIB/YAMS-LIB.csproj @@ -1,7 +1,7 @@ - 2.2.0 + 2.3.0 net6.0 enable enable diff --git a/pyproject.toml b/pyproject.toml index 732f264..5131cd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "am2r_yams" -version = "2.2.0" +version = "2.3.0" authors = [ {name = "Miepee"}, ]