Skip to content

Commit

Permalink
Merge pull request #835 from Debilski/release/v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Debilski authored Oct 9, 2024
2 parents 7cf29c1 + 690d22c commit 7d06981
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Pelita changelog

* v2.5.1 (09. Oct 2024)

- 1000 new layouts with dead ends
- Matches will be played on a maze with dead ends/chambers with 25% chance
- Reduced the radius of the food shadow
- Streamlined handling of random numbers and seeding

* v2.5.0 (08. Aug 2024)

- Food ageing and relocation to discourage camping strategies
Expand Down
2 changes: 1 addition & 1 deletion pelita/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
network,
viewer)

__version__ = '2.5.0'
__version__ = '2.5.1'

0 comments on commit 7d06981

Please sign in to comment.