Skip to content

Commit

Permalink
## v0.29.0
Browse files Browse the repository at this point in the history
* Add HTML and BBCode options for population formatting.
* Renamed `apply` to `map` and the decorator version to `map_function`.
* The above now uses `guess_star`.
* Add default of 1 die for `Die.pool()`.
  • Loading branch information
HighDiceRoller committed Apr 30, 2023
1 parent f52a499 commit dee29a4
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,3 +1,10 @@
## v0.29.0

* Add HTML and BBCode options for population formatting.
* Renamed `apply` to `map` and the decorator version to `map_function`.
* The above now uses `guess_star`.
* Add default of 1 die for `Die.pool()`.

## v0.28.1

Fix mathematical bug in `Die.reroll` for limited depth.
Expand Down
2 changes: 1 addition & 1 deletion src/icepool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__docformat__ = 'google'

__version__ = '0.28.1'
__version__ = '0.29.0'

from typing import Final

Expand Down

0 comments on commit dee29a4

Please sign in to comment.