Skip to content

Commit

Permalink
Bump version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jul 16, 2024
1 parent 4aa23a8 commit 59fa71d
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 deletions.
21 changes: 21 additions & 0 deletions Dolphin scripts/Entrance Randomizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,27 @@ To add a changelog entry, add a new file `<issue_or_pr_#>.<type>.md` to the `new

<!-- towncrier release notes start -->

## 0.5.0 - 2024-07-16

### Features

- When being sent to an Animal Temple that you haven't beaten yet, you will now instead be redirected to the Spirit Fight immediately -- by @wossnameGitHub ([#87](https://github.com/Avasam/ptle-tools/issues/87))
- "Immediate spirit fights" is optional and configurable -- by @Avasam ([#65](https://github.com/Avasam/ptle-tools/issues/65))

### Bugfixes

- Fix Eyes of Doom anti-softlock not working from Mountain Overlook entrance -- by @Avasam ([#75](https://github.com/Avasam/ptle-tools/issues/75))
- Add back Crash Site to disabled transitions (prevent progress reset) -- by @Avasam ([#77](https://github.com/Avasam/ptle-tools/issues/77))

### Improved Documentation

- Development versions are now automatically packed and uploaded as artefacts. Link added to readme. -- by @Avasam ([#69](https://github.com/Avasam/ptle-tools/issues/69))
- Initialized the changelog using Towncrier & automatically pack release versions -- by @Avasam ([#70](https://github.com/Avasam/ptle-tools/issues/70))

### Deprecations and Removals

- Update expected Python version for the randomizer to `3.11`. This means the Dolphin version has to be at least <https://github.com/Felk/dolphin/releases/tag/scripting-preview3> ([#67](https://github.com/Avasam/ptle-tools/issues/67))

## 0.4.0 - 2024-07-13

### Features
Expand Down
2 changes: 1 addition & 1 deletion Dolphin scripts/Entrance Randomizer/lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from dolphin import memory # pyright: ignore[reportMissingModuleSource]
from lib.transition_infos import Transition, transition_infos

__version = "0.4.0"
__version = "0.5.0"
"""See CHANGELOG.md for version semantics."""
__dev_version = "local"
__version__ = f"{__version}-{__dev_version}"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 59fa71d

Please sign in to comment.