# Changelog ## [0.2.3](https://github.com/Danie-1/whist_backend/compare/v0.2.2...v0.2.3) (2023-12-12) ### Documentation * add examples to README and sphinx docs ([7f94419](https://github.com/Danie-1/whist_backend/commit/7f94419a100c0804e508178a09bee26acc6a01ea)) ## [0.2.2](https://github.com/Danie-1/whist_backend/compare/v0.2.1...v0.2.2) (2023-12-12) ### Bug Fixes * replace list annotation with Sequence ([30e37a1](https://github.com/Danie-1/whist_backend/commit/30e37a103134f2c17eddb1db31f3f269eb21dcfd)) ## [0.2.1](https://github.com/Danie-1/whist_backend/compare/v0.2.0...v0.2.1) (2023-12-11) ### Bug Fixes * add readme to pyproject.toml ([923edbf](https://github.com/Danie-1/whist_backend/commit/923edbfb94ab6f497386c8da5bedaafde256ad5f)) ## [0.2.0](https://github.com/Danie-1/whist_backend/compare/v0.1.0...v0.2.0) (2023-12-11) ### Features * pass number_of_players to notify_round_start ([1232eda](https://github.com/Danie-1/whist_backend/commit/1232edab3850c976dba48f8e2ef154c065bc4d8c)) ## 0.1.0 (2023-11-18) ### Features * add whist_value method to cards.Rank ([#2](https://github.com/Danie-1/whist_backend/issues/2)) ([8256365](https://github.com/Danie-1/whist_backend/commit/82563656b599acec19e94b2d4f130be983b455cb)) * re-export more objects in __init__.py ([#3](https://github.com/Danie-1/whist_backend/issues/3)) ([1fab843](https://github.com/Danie-1/whist_backend/commit/1fab8438745b4426005cfe21d2ec9ca6013bab45)) ### Bug Fixes * **round_simulator:** remove print statement ([8228ea2](https://github.com/Danie-1/whist_backend/commit/8228ea22f7210c01e8db84f10c221bfe1494c984)) ### Documentation * add lint, tests and docs badges to README ([088c1b7](https://github.com/Danie-1/whist_backend/commit/088c1b7d1cca534d9f1a8e51de0955608b03c90f)) * add py.typed marker ([8841238](https://github.com/Danie-1/whist_backend/commit/884123876e363c24e52a790bf15c34936e87516d)) * add readthedocs configuration ([09e0000](https://github.com/Danie-1/whist_backend/commit/09e0000db6ae0bcd68e0a8913b7be8db394614c5)) * add simple README ([d7ce7b6](https://github.com/Danie-1/whist_backend/commit/d7ce7b600108a366567b069b9ab10f13c09b7d0d)) * fix CHANGELOG title for release-please ([9c2f088](https://github.com/Danie-1/whist_backend/commit/9c2f088728b44a9cb6faf2f730dfce5358a602cd)) * properly fix CHANGELOG for release-please ([99ae29e](https://github.com/Danie-1/whist_backend/commit/99ae29e88e5dbab1e3d12314fd06814259c4bf85))