Skip to content

Commit

Permalink
Release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed May 24, 2024
1 parent c7905bd commit b49e148
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion YAMS-LIB/YAMS-LIB.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.2.0</Version>
<Version>2.3.0</Version>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "am2r_yams"
version = "2.2.0"
version = "2.3.0"
authors = [
{name = "Miepee"},
]
Expand Down

0 comments on commit b49e148

Please sign in to comment.