Skip to content

Commit

Permalink
v1.5.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed Jun 24, 2024
1 parent bd91954 commit 4c84c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Add new `again_count` mode for handling `Again`, which limits the total number of dice.
* Improved ability to `keep` from both ends for certain types of multiset expressions.
* Rename `func` parameters to `function`.
* Improved sorting for `Symbols`; now compares counts in alphabetical order.
* Experimental `Die.reroll_to_pool()` method.
* Experimental `all_straights_reduce_counts` and `argsort` multiset evaluations.

Expand Down
2 changes: 1 addition & 1 deletion src/icepool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

__docformat__ = 'google'

__version__ = '1.5.0a0'
__version__ = '1.5.0a1'

from typing import Final

Expand Down

0 comments on commit 4c84c03

Please sign in to comment.