Whist-core

Latest version: v0.9.2

Safety actively analyzes 681844 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.1.1

What's Changed
Minor Changes
* UPDATE: small verification of team behaviour by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/194
* ADD: wheel badge by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/195

Fixes
* FIX: pylint R1728 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/197
* FIX: raise error if player is not in play order of player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/201

Dependencies
* Build(deps-dev): bump pytest from 6.2.5 to 7.1.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/171, https://github.com/Whist-Team/Whist-Core/pull/178, https://github.com/Whist-Team/Whist-Core/pull/179,https://github.com/Whist-Team/Whist-Core/pull/190
* Build(deps-dev): bump pytest-asyncio from 0.17.2 to 0.18.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/172, https://github.com/Whist-Team/Whist-Core/pull/173, https://github.com/Whist-Team/Whist-Core/pull/177, https://github.com/Whist-Team/Whist-Core/pull/182
* Build(deps): bump actions/setup-python from 2 to 4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/175,https://github.com/Whist-Team/Whist-Core/pull/199
* Build(deps): bump actions/checkout from 2 to 3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/176
* Build(deps): bump actions/cache from 2 to 3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/180
* Build(deps): bump pylint from 2.12.2 to 2.14.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/181, https://github.com/Whist-Team/Whist-Core/pull/183, https://github.com/Whist-Team/Whist-Core/pull/184, https://github.com/Whist-Team/Whist-Core/pull/185, https://github.com/Whist-Team/Whist-Core/pull/187, https://github.com/Whist-Team/Whist-Core/pull/188, https://github.com/Whist-Team/Whist-Core/pull/191, https://github.com/Whist-Team/Whist-Core/pull/192, https://github.com/Whist-Team/Whist-Core/pull/196, https://github.com/Whist-Team/Whist-Core/pull/198
* Build(deps): bump codecov/codecov-action from 2 to 3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/186
* Build(deps): bump github/codeql-action from 1 to 2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/189


**Full Changelog**: https://github.com/Whist-Team/Whist-Core/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* ADD: codecov badge by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/11
* Fix some CI copy-pastas by iTitus in https://github.com/Whist-Team/Whist-Core/pull/10
* test/card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/15
* Change package structure and fix release by iTitus in https://github.com/Whist-Team/Whist-Core/pull/16
* test/deck by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/17
* Fix type hints by iTitus in https://github.com/Whist-Team/Whist-Core/pull/18
* Bump pylint from 2.7.4 to 2.8.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/20
* Bump pip from 21.0.1 to 21.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/19
* Bump pylint from 2.8.1 to 2.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/21
* Bump pip from 21.1 to 21.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/22
* Bump setuptools from 56.0.0 to 56.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/24
* Bump pytest from 6.2.3 to 6.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/23
* Bump setuptools from 56.1.0 to 56.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/25
* Bump flake8 from 3.9.1 to 3.9.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/26
* Create readthedoc by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/27
* feature/player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/28
* feature/table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/33
* Build(deps): bump pydantic from 1.8.1 to 1.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/37
* Update pytest-cov by iTitus in https://github.com/Whist-Team/Whist-Core/pull/44
* Build(deps): bump pip from 21.1.1 to 21.1.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/46
* Build(deps): bump setuptools from 56.2.0 to 57.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/45
* Build(deps): bump pylint from 2.8.2 to 2.8.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/47
* Build(deps): bump pytest-cov from 2.12.0 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/48
* Update README.md by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/49
* feature/user-list by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/38
* REFACTOR: packages by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/40
* add pypi badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/50
* Update setup.py by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/51
* More Badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/52
* FEATURE: Join team by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/41
* FEATURE: Elo Rating by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/43
* Build(deps): bump python-jose[cryptography] from 3.2.0 to 3.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/54
* feature/game-logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/55
* FIX: namespace by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/60
* Test full table join by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/61
* Bump pip from 21.1.2 to 21.1.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/64
* Bump pylint from 2.8.3 to 2.9.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/71
* Bump setuptools from 57.0.0 to 57.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/72
* Bump setuptools from 57.1.0 to 57.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/73
* Bump setuptools from 57.2.0 to 57.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/75
* Bump codecov/codecov-action from 1 to 2.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/74
* Bump pylint from 2.9.3 to 2.9.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/77
* Bump twine from 3.4.1 to 3.4.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/76
* Bump pylint from 2.9.4 to 2.9.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/78
* Bump pip from 21.1.3 to 21.2.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/79
* Bump pylint from 2.9.5 to 2.9.6 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/81
* Bump pip from 21.2.1 to 21.2.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/82
* Bump pip from 21.2.2 to 21.2.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/83
* Bump wheel from 0.36.2 to 0.37.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/84
* Bump pip from 21.2.3 to 21.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/85
* Bump pytest from 6.2.4 to 6.2.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/88
* Bump setuptools from 57.4.0 to 58.0.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/89
* Bump setuptools from 58.0.2 to 58.0.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/90
* Bump setuptools from 58.0.3 to 58.0.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/91
* Bump setuptools from 58.0.4 to 58.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/93
* Bump pytest-cov from 2.12.1 to 3.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/94
* Bump setuptools from 58.1.0 to 58.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/95
* Add 3.10 Support by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/80
* Bump flake8 from 3.9.2 to 4.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/97
* Bump pip from 21.2.4 to 21.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/96
* Bump pytest-asyncio from 0.15.1 to 0.16.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/98
* FIX: simplify keys iteration by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/102
* REFACTOR: common card logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/103
* Bump pylint from 2.9.6 to 2.11.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/92
* Build(deps): Bump setuptools from 58.2.0 to 58.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/104
* Build(deps): Bump pip from 21.3 to 21.3.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/105
* REMOVE: user id from core by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/107
* REFACTOR: use name instead of id for tables by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/108
* FIX: base model as key not allowed by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/110
* Build(deps): Bump setuptools from 58.3.0 to 58.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/112
* Build(deps): Bump twine from 3.4.2 to 3.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/113
* Build(deps): Bump setuptools from 58.4.0 to 58.5.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/114
* Build(deps): Bump setuptools from 58.5.2 to 58.5.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/115
* Build(deps): Bump twine from 3.5.0 to 3.6.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/116
* Build(deps): Bump setuptools from 58.5.3 to 59.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/117
* Build(deps): Bump setuptools from 59.0.1 to 59.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/118
* Build(deps): Bump setuptools from 59.1.1 to 59.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/119
* Build(deps): Bump pylint from 2.11.1 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/120
* FIX: type hint error in 120 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/121
* FIX: flake line length to 100 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/111
* Build(deps): Bump setuptools from 59.2.0 to 59.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/122
* Build(deps): Bump twine from 3.6.0 to 3.7.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/123
* Build(deps): Bump pylint from 2.12.1 to 2.12.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/124
* Build(deps): Bump setuptools from 59.4.0 to 59.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/125
* Build(deps): Bump twine from 3.7.0 to 3.7.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/126
* REMOVE: flake from test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/129
* REFACTOR: split dependencies by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/127
* ADD: table start by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/131
* FIX: ready requires joined player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/133
* FEATURE: links a rubber to a table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/135
* BUMP: release candidate version by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/134
* UPDATE: disable fail fast test workflow by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/140
* FIX: player ratings test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/141
* FEATURE: hand has a getter for current trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/142
* Build(deps): Bump pydantic from 1.8.2 to 1.9.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/139
* ADD: issue templates by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/144
* PlayerAtTable overhaul by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/137
* doc/contributing by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/143
* FEATURE: getter for current stack of trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/138
* FIX: stack test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/146
* FIX: only hand once by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/148
* FIX: legal checker on second card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/150
* Build(deps-dev): Bump pytest-asyncio from 0.16.0 to 0.17.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/152
* Cleanup card and related enums by iTitus in https://github.com/Whist-Team/Whist-Core/pull/153
* Refactor card classes to be pydantic by iTitus in https://github.com/Whist-Team/Whist-Core/pull/154
* UPDATE: Game and Table all attributes public by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/155
* fix trump selection by iTitus in https://github.com/Whist-Team/Whist-Core/pull/156
* UPDATE: make Trick and PlayerAtTable BaseModel by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/158
* Build(deps-dev): Bump pytest-asyncio from 0.17.0 to 0.17.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/159
* REWORK: players to team distribution by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/160
* UPDATE: move play order from Hand to Game by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/161
* add more card container tests by iTitus in https://github.com/Whist-Team/Whist-Core/pull/163
* FIX: not enough players could be sent to matcher by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/162
* FIX: enum class in dictionary by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/165
* UPDATE: Rubber, Game, Trick Basemodel by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/164
* FIX: Card in Hand by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/168
* FIX: scoring of hands by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/167
* UPDATE: first minor release by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/169

New Contributors
* dependabot made their first contribution in https://github.com/Whist-Team/Whist-Core/pull/20

**Full Changelog**: https://github.com/Whist-Team/Whist-Core/compare/v0.0.1...v0.1.0

0.1.0rc11

What's Changed
* ADD: codecov badge by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/11
* Fix some CI copy-pastas by iTitus in https://github.com/Whist-Team/Whist-Core/pull/10
* test/card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/15
* Change package structure and fix release by iTitus in https://github.com/Whist-Team/Whist-Core/pull/16
* test/deck by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/17
* Fix type hints by iTitus in https://github.com/Whist-Team/Whist-Core/pull/18
* Bump pylint from 2.7.4 to 2.8.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/20
* Bump pip from 21.0.1 to 21.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/19
* Bump pylint from 2.8.1 to 2.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/21
* Bump pip from 21.1 to 21.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/22
* Bump setuptools from 56.0.0 to 56.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/24
* Bump pytest from 6.2.3 to 6.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/23
* Bump setuptools from 56.1.0 to 56.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/25
* Bump flake8 from 3.9.1 to 3.9.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/26
* Create readthedoc by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/27
* feature/player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/28
* feature/table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/33
* Build(deps): bump pydantic from 1.8.1 to 1.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/37
* Update pytest-cov by iTitus in https://github.com/Whist-Team/Whist-Core/pull/44
* Build(deps): bump pip from 21.1.1 to 21.1.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/46
* Build(deps): bump setuptools from 56.2.0 to 57.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/45
* Build(deps): bump pylint from 2.8.2 to 2.8.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/47
* Build(deps): bump pytest-cov from 2.12.0 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/48
* Update README.md by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/49
* feature/user-list by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/38
* REFACTOR: packages by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/40
* add pypi badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/50
* Update setup.py by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/51
* More Badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/52
* FEATURE: Join team by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/41
* FEATURE: Elo Rating by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/43
* Build(deps): bump python-jose[cryptography] from 3.2.0 to 3.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/54
* feature/game-logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/55
* FIX: namespace by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/60
* Test full table join by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/61
* Bump pip from 21.1.2 to 21.1.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/64
* Bump pylint from 2.8.3 to 2.9.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/71
* Bump setuptools from 57.0.0 to 57.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/72
* Bump setuptools from 57.1.0 to 57.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/73
* Bump setuptools from 57.2.0 to 57.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/75
* Bump codecov/codecov-action from 1 to 2.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/74
* Bump pylint from 2.9.3 to 2.9.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/77
* Bump twine from 3.4.1 to 3.4.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/76
* Bump pylint from 2.9.4 to 2.9.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/78
* Bump pip from 21.1.3 to 21.2.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/79
* Bump pylint from 2.9.5 to 2.9.6 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/81
* Bump pip from 21.2.1 to 21.2.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/82
* Bump pip from 21.2.2 to 21.2.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/83
* Bump wheel from 0.36.2 to 0.37.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/84
* Bump pip from 21.2.3 to 21.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/85
* Bump pytest from 6.2.4 to 6.2.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/88
* Bump setuptools from 57.4.0 to 58.0.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/89
* Bump setuptools from 58.0.2 to 58.0.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/90
* Bump setuptools from 58.0.3 to 58.0.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/91
* Bump setuptools from 58.0.4 to 58.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/93
* Bump pytest-cov from 2.12.1 to 3.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/94
* Bump setuptools from 58.1.0 to 58.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/95
* Add 3.10 Support by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/80
* Bump flake8 from 3.9.2 to 4.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/97
* Bump pip from 21.2.4 to 21.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/96
* Bump pytest-asyncio from 0.15.1 to 0.16.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/98
* FIX: simplify keys iteration by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/102
* REFACTOR: common card logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/103
* Bump pylint from 2.9.6 to 2.11.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/92
* Build(deps): Bump setuptools from 58.2.0 to 58.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/104
* Build(deps): Bump pip from 21.3 to 21.3.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/105
* REMOVE: user id from core by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/107
* REFACTOR: use name instead of id for tables by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/108
* FIX: base model as key not allowed by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/110
* Build(deps): Bump setuptools from 58.3.0 to 58.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/112
* Build(deps): Bump twine from 3.4.2 to 3.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/113
* Build(deps): Bump setuptools from 58.4.0 to 58.5.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/114
* Build(deps): Bump setuptools from 58.5.2 to 58.5.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/115
* Build(deps): Bump twine from 3.5.0 to 3.6.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/116
* Build(deps): Bump setuptools from 58.5.3 to 59.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/117
* Build(deps): Bump setuptools from 59.0.1 to 59.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/118
* Build(deps): Bump setuptools from 59.1.1 to 59.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/119
* Build(deps): Bump pylint from 2.11.1 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/120
* FIX: type hint error in 120 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/121
* FIX: flake line length to 100 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/111
* Build(deps): Bump setuptools from 59.2.0 to 59.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/122
* Build(deps): Bump twine from 3.6.0 to 3.7.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/123
* Build(deps): Bump pylint from 2.12.1 to 2.12.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/124
* Build(deps): Bump setuptools from 59.4.0 to 59.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/125
* Build(deps): Bump twine from 3.7.0 to 3.7.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/126
* REMOVE: flake from test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/129
* REFACTOR: split dependencies by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/127
* ADD: table start by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/131
* FIX: ready requires joined player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/133
* FEATURE: links a rubber to a table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/135
* BUMP: release candidate version by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/134
* UPDATE: disable fail fast test workflow by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/140
* FIX: player ratings test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/141
* FEATURE: hand has a getter for current trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/142
* Build(deps): Bump pydantic from 1.8.2 to 1.9.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/139
* ADD: issue templates by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/144
* PlayerAtTable overhaul by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/137
* doc/contributing by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/143
* FEATURE: getter for current stack of trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/138
* FIX: stack test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/146
* FIX: only hand once by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/148
* FIX: legal checker on second card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/150
* Build(deps-dev): Bump pytest-asyncio from 0.16.0 to 0.17.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/152
* Cleanup card and related enums by iTitus in https://github.com/Whist-Team/Whist-Core/pull/153
* Refactor card classes to be pydantic by iTitus in https://github.com/Whist-Team/Whist-Core/pull/154
* UPDATE: Game and Table all attributes public by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/155
* fix trump selection by iTitus in https://github.com/Whist-Team/Whist-Core/pull/156
* UPDATE: make Trick and PlayerAtTable BaseModel by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/158
* Build(deps-dev): Bump pytest-asyncio from 0.17.0 to 0.17.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/159
* REWORK: players to team distribution by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/160
* UPDATE: move play order from Hand to Game by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/161
* add more card container tests by iTitus in https://github.com/Whist-Team/Whist-Core/pull/163
* FIX: not enough players could be sent to matcher by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/162
* FIX: enum class in dictionary by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/165
* UPDATE: Rubber, Game, Trick Basemodel by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/164

New Contributors
* dependabot made their first contribution in https://github.com/Whist-Team/Whist-Core/pull/20

**Full Changelog**: https://github.com/Whist-Team/Whist-Core/compare/v0.0.1...v0.1.0rc11

0.1.0rc10

What's Changed
* ADD: codecov badge by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/11
* Fix some CI copy-pastas by iTitus in https://github.com/Whist-Team/Whist-Core/pull/10
* test/card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/15
* Change package structure and fix release by iTitus in https://github.com/Whist-Team/Whist-Core/pull/16
* test/deck by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/17
* Fix type hints by iTitus in https://github.com/Whist-Team/Whist-Core/pull/18
* Bump pylint from 2.7.4 to 2.8.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/20
* Bump pip from 21.0.1 to 21.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/19
* Bump pylint from 2.8.1 to 2.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/21
* Bump pip from 21.1 to 21.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/22
* Bump setuptools from 56.0.0 to 56.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/24
* Bump pytest from 6.2.3 to 6.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/23
* Bump setuptools from 56.1.0 to 56.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/25
* Bump flake8 from 3.9.1 to 3.9.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/26
* Create readthedoc by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/27
* feature/player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/28
* feature/table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/33
* Build(deps): bump pydantic from 1.8.1 to 1.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/37
* Update pytest-cov by iTitus in https://github.com/Whist-Team/Whist-Core/pull/44
* Build(deps): bump pip from 21.1.1 to 21.1.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/46
* Build(deps): bump setuptools from 56.2.0 to 57.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/45
* Build(deps): bump pylint from 2.8.2 to 2.8.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/47
* Build(deps): bump pytest-cov from 2.12.0 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/48
* Update README.md by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/49
* feature/user-list by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/38
* REFACTOR: packages by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/40
* add pypi badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/50
* Update setup.py by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/51
* More Badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/52
* FEATURE: Join team by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/41
* FEATURE: Elo Rating by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/43
* Build(deps): bump python-jose[cryptography] from 3.2.0 to 3.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/54
* feature/game-logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/55
* FIX: namespace by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/60
* Test full table join by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/61
* Bump pip from 21.1.2 to 21.1.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/64
* Bump pylint from 2.8.3 to 2.9.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/71
* Bump setuptools from 57.0.0 to 57.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/72
* Bump setuptools from 57.1.0 to 57.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/73
* Bump setuptools from 57.2.0 to 57.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/75
* Bump codecov/codecov-action from 1 to 2.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/74
* Bump pylint from 2.9.3 to 2.9.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/77
* Bump twine from 3.4.1 to 3.4.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/76
* Bump pylint from 2.9.4 to 2.9.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/78
* Bump pip from 21.1.3 to 21.2.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/79
* Bump pylint from 2.9.5 to 2.9.6 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/81
* Bump pip from 21.2.1 to 21.2.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/82
* Bump pip from 21.2.2 to 21.2.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/83
* Bump wheel from 0.36.2 to 0.37.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/84
* Bump pip from 21.2.3 to 21.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/85
* Bump pytest from 6.2.4 to 6.2.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/88
* Bump setuptools from 57.4.0 to 58.0.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/89
* Bump setuptools from 58.0.2 to 58.0.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/90
* Bump setuptools from 58.0.3 to 58.0.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/91
* Bump setuptools from 58.0.4 to 58.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/93
* Bump pytest-cov from 2.12.1 to 3.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/94
* Bump setuptools from 58.1.0 to 58.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/95
* Add 3.10 Support by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/80
* Bump flake8 from 3.9.2 to 4.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/97
* Bump pip from 21.2.4 to 21.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/96
* Bump pytest-asyncio from 0.15.1 to 0.16.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/98
* FIX: simplify keys iteration by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/102
* REFACTOR: common card logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/103
* Bump pylint from 2.9.6 to 2.11.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/92
* Build(deps): Bump setuptools from 58.2.0 to 58.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/104
* Build(deps): Bump pip from 21.3 to 21.3.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/105
* REMOVE: user id from core by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/107
* REFACTOR: use name instead of id for tables by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/108
* FIX: base model as key not allowed by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/110
* Build(deps): Bump setuptools from 58.3.0 to 58.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/112
* Build(deps): Bump twine from 3.4.2 to 3.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/113
* Build(deps): Bump setuptools from 58.4.0 to 58.5.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/114
* Build(deps): Bump setuptools from 58.5.2 to 58.5.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/115
* Build(deps): Bump twine from 3.5.0 to 3.6.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/116
* Build(deps): Bump setuptools from 58.5.3 to 59.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/117
* Build(deps): Bump setuptools from 59.0.1 to 59.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/118
* Build(deps): Bump setuptools from 59.1.1 to 59.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/119
* Build(deps): Bump pylint from 2.11.1 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/120
* FIX: type hint error in 120 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/121
* FIX: flake line length to 100 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/111
* Build(deps): Bump setuptools from 59.2.0 to 59.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/122
* Build(deps): Bump twine from 3.6.0 to 3.7.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/123
* Build(deps): Bump pylint from 2.12.1 to 2.12.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/124
* Build(deps): Bump setuptools from 59.4.0 to 59.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/125
* Build(deps): Bump twine from 3.7.0 to 3.7.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/126
* REMOVE: flake from test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/129
* REFACTOR: split dependencies by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/127
* ADD: table start by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/131
* FIX: ready requires joined player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/133
* FEATURE: links a rubber to a table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/135
* BUMP: release candidate version by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/134
* UPDATE: disable fail fast test workflow by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/140
* FIX: player ratings test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/141
* FEATURE: hand has a getter for current trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/142
* Build(deps): Bump pydantic from 1.8.2 to 1.9.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/139
* ADD: issue templates by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/144
* PlayerAtTable overhaul by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/137
* doc/contributing by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/143
* FEATURE: getter for current stack of trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/138
* FIX: stack test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/146
* FIX: only hand once by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/148
* FIX: legal checker on second card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/150
* Build(deps-dev): Bump pytest-asyncio from 0.16.0 to 0.17.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/152
* Cleanup card and related enums by iTitus in https://github.com/Whist-Team/Whist-Core/pull/153
* Refactor card classes to be pydantic by iTitus in https://github.com/Whist-Team/Whist-Core/pull/154
* UPDATE: Game and Table all attributes public by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/155

New Contributors
* dependabot made their first contribution in https://github.com/Whist-Team/Whist-Core/pull/20

**Full Changelog**: https://github.com/Whist-Team/Whist-Core/compare/v0.0.1...v0.1.0rc10

0.1.0rc9

What's Changed
* ADD: codecov badge by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/11
* Fix some CI copy-pastas by iTitus in https://github.com/Whist-Team/Whist-Core/pull/10
* test/card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/15
* Change package structure and fix release by iTitus in https://github.com/Whist-Team/Whist-Core/pull/16
* test/deck by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/17
* Fix type hints by iTitus in https://github.com/Whist-Team/Whist-Core/pull/18
* Bump pylint from 2.7.4 to 2.8.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/20
* Bump pip from 21.0.1 to 21.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/19
* Bump pylint from 2.8.1 to 2.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/21
* Bump pip from 21.1 to 21.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/22
* Bump setuptools from 56.0.0 to 56.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/24
* Bump pytest from 6.2.3 to 6.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/23
* Bump setuptools from 56.1.0 to 56.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/25
* Bump flake8 from 3.9.1 to 3.9.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/26
* Create readthedoc by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/27
* feature/player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/28
* feature/table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/33
* Build(deps): bump pydantic from 1.8.1 to 1.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/37
* Update pytest-cov by iTitus in https://github.com/Whist-Team/Whist-Core/pull/44
* Build(deps): bump pip from 21.1.1 to 21.1.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/46
* Build(deps): bump setuptools from 56.2.0 to 57.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/45
* Build(deps): bump pylint from 2.8.2 to 2.8.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/47
* Build(deps): bump pytest-cov from 2.12.0 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/48
* Update README.md by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/49
* feature/user-list by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/38
* REFACTOR: packages by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/40
* add pypi badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/50
* Update setup.py by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/51
* More Badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/52
* FEATURE: Join team by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/41
* FEATURE: Elo Rating by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/43
* Build(deps): bump python-jose[cryptography] from 3.2.0 to 3.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/54
* feature/game-logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/55
* FIX: namespace by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/60
* Test full table join by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/61
* Bump pip from 21.1.2 to 21.1.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/64
* Bump pylint from 2.8.3 to 2.9.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/71
* Bump setuptools from 57.0.0 to 57.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/72
* Bump setuptools from 57.1.0 to 57.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/73
* Bump setuptools from 57.2.0 to 57.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/75
* Bump codecov/codecov-action from 1 to 2.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/74
* Bump pylint from 2.9.3 to 2.9.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/77
* Bump twine from 3.4.1 to 3.4.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/76
* Bump pylint from 2.9.4 to 2.9.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/78
* Bump pip from 21.1.3 to 21.2.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/79
* Bump pylint from 2.9.5 to 2.9.6 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/81
* Bump pip from 21.2.1 to 21.2.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/82
* Bump pip from 21.2.2 to 21.2.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/83
* Bump wheel from 0.36.2 to 0.37.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/84
* Bump pip from 21.2.3 to 21.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/85
* Bump pytest from 6.2.4 to 6.2.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/88
* Bump setuptools from 57.4.0 to 58.0.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/89
* Bump setuptools from 58.0.2 to 58.0.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/90
* Bump setuptools from 58.0.3 to 58.0.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/91
* Bump setuptools from 58.0.4 to 58.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/93
* Bump pytest-cov from 2.12.1 to 3.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/94
* Bump setuptools from 58.1.0 to 58.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/95
* Add 3.10 Support by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/80
* Bump flake8 from 3.9.2 to 4.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/97
* Bump pip from 21.2.4 to 21.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/96
* Bump pytest-asyncio from 0.15.1 to 0.16.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/98
* FIX: simplify keys iteration by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/102
* REFACTOR: common card logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/103
* Bump pylint from 2.9.6 to 2.11.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/92
* Build(deps): Bump setuptools from 58.2.0 to 58.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/104
* Build(deps): Bump pip from 21.3 to 21.3.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/105
* REMOVE: user id from core by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/107
* REFACTOR: use name instead of id for tables by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/108
* FIX: base model as key not allowed by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/110
* Build(deps): Bump setuptools from 58.3.0 to 58.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/112
* Build(deps): Bump twine from 3.4.2 to 3.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/113
* Build(deps): Bump setuptools from 58.4.0 to 58.5.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/114
* Build(deps): Bump setuptools from 58.5.2 to 58.5.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/115
* Build(deps): Bump twine from 3.5.0 to 3.6.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/116
* Build(deps): Bump setuptools from 58.5.3 to 59.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/117
* Build(deps): Bump setuptools from 59.0.1 to 59.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/118
* Build(deps): Bump setuptools from 59.1.1 to 59.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/119
* Build(deps): Bump pylint from 2.11.1 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/120
* FIX: type hint error in 120 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/121
* FIX: flake line length to 100 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/111
* Build(deps): Bump setuptools from 59.2.0 to 59.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/122
* Build(deps): Bump twine from 3.6.0 to 3.7.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/123
* Build(deps): Bump pylint from 2.12.1 to 2.12.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/124
* Build(deps): Bump setuptools from 59.4.0 to 59.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/125
* Build(deps): Bump twine from 3.7.0 to 3.7.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/126
* REMOVE: flake from test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/129
* REFACTOR: split dependencies by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/127
* ADD: table start by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/131
* FIX: ready requires joined player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/133
* FEATURE: links a rubber to a table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/135
* BUMP: release candidate version by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/134
* UPDATE: disable fail fast test workflow by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/140
* FIX: player ratings test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/141
* FEATURE: hand has a getter for current trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/142
* Build(deps): Bump pydantic from 1.8.2 to 1.9.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/139
* ADD: issue templates by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/144
* PlayerAtTable overhaul by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/137
* doc/contributing by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/143
* FEATURE: getter for current stack of trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/138
* FIX: stack test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/146
* FIX: only hand once by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/148
* FIX: legal checker on second card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/150
* Build(deps-dev): Bump pytest-asyncio from 0.16.0 to 0.17.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/152
* Cleanup card and related enums by iTitus in https://github.com/Whist-Team/Whist-Core/pull/153

New Contributors
* dependabot made their first contribution in https://github.com/Whist-Team/Whist-Core/pull/20

**Full Changelog**: https://github.com/Whist-Team/Whist-Core/compare/v0.0.1...v0.1.0rc9

0.1.0rc8

What's Changed
* ADD: codecov badge by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/11
* Fix some CI copy-pastas by iTitus in https://github.com/Whist-Team/Whist-Core/pull/10
* test/card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/15
* Change package structure and fix release by iTitus in https://github.com/Whist-Team/Whist-Core/pull/16
* test/deck by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/17
* Fix type hints by iTitus in https://github.com/Whist-Team/Whist-Core/pull/18
* Bump pylint from 2.7.4 to 2.8.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/20
* Bump pip from 21.0.1 to 21.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/19
* Bump pylint from 2.8.1 to 2.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/21
* Bump pip from 21.1 to 21.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/22
* Bump setuptools from 56.0.0 to 56.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/24
* Bump pytest from 6.2.3 to 6.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/23
* Bump setuptools from 56.1.0 to 56.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/25
* Bump flake8 from 3.9.1 to 3.9.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/26
* Create readthedoc by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/27
* feature/player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/28
* feature/table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/33
* Build(deps): bump pydantic from 1.8.1 to 1.8.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/37
* Update pytest-cov by iTitus in https://github.com/Whist-Team/Whist-Core/pull/44
* Build(deps): bump pip from 21.1.1 to 21.1.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/46
* Build(deps): bump setuptools from 56.2.0 to 57.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/45
* Build(deps): bump pylint from 2.8.2 to 2.8.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/47
* Build(deps): bump pytest-cov from 2.12.0 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/48
* Update README.md by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/49
* feature/user-list by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/38
* REFACTOR: packages by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/40
* add pypi badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/50
* Update setup.py by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/51
* More Badges by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/52
* FEATURE: Join team by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/41
* FEATURE: Elo Rating by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/43
* Build(deps): bump python-jose[cryptography] from 3.2.0 to 3.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/54
* feature/game-logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/55
* FIX: namespace by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/60
* Test full table join by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/61
* Bump pip from 21.1.2 to 21.1.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/64
* Bump pylint from 2.8.3 to 2.9.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/71
* Bump setuptools from 57.0.0 to 57.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/72
* Bump setuptools from 57.1.0 to 57.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/73
* Bump setuptools from 57.2.0 to 57.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/75
* Bump codecov/codecov-action from 1 to 2.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/74
* Bump pylint from 2.9.3 to 2.9.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/77
* Bump twine from 3.4.1 to 3.4.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/76
* Bump pylint from 2.9.4 to 2.9.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/78
* Bump pip from 21.1.3 to 21.2.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/79
* Bump pylint from 2.9.5 to 2.9.6 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/81
* Bump pip from 21.2.1 to 21.2.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/82
* Bump pip from 21.2.2 to 21.2.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/83
* Bump wheel from 0.36.2 to 0.37.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/84
* Bump pip from 21.2.3 to 21.2.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/85
* Bump pytest from 6.2.4 to 6.2.5 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/88
* Bump setuptools from 57.4.0 to 58.0.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/89
* Bump setuptools from 58.0.2 to 58.0.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/90
* Bump setuptools from 58.0.3 to 58.0.4 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/91
* Bump setuptools from 58.0.4 to 58.1.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/93
* Bump pytest-cov from 2.12.1 to 3.0.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/94
* Bump setuptools from 58.1.0 to 58.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/95
* Add 3.10 Support by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/80
* Bump flake8 from 3.9.2 to 4.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/97
* Bump pip from 21.2.4 to 21.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/96
* Bump pytest-asyncio from 0.15.1 to 0.16.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/98
* FIX: simplify keys iteration by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/102
* REFACTOR: common card logic by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/103
* Bump pylint from 2.9.6 to 2.11.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/92
* Build(deps): Bump setuptools from 58.2.0 to 58.3.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/104
* Build(deps): Bump pip from 21.3 to 21.3.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/105
* REMOVE: user id from core by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/107
* REFACTOR: use name instead of id for tables by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/108
* FIX: base model as key not allowed by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/110
* Build(deps): Bump setuptools from 58.3.0 to 58.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/112
* Build(deps): Bump twine from 3.4.2 to 3.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/113
* Build(deps): Bump setuptools from 58.4.0 to 58.5.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/114
* Build(deps): Bump setuptools from 58.5.2 to 58.5.3 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/115
* Build(deps): Bump twine from 3.5.0 to 3.6.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/116
* Build(deps): Bump setuptools from 58.5.3 to 59.0.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/117
* Build(deps): Bump setuptools from 59.0.1 to 59.1.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/118
* Build(deps): Bump setuptools from 59.1.1 to 59.2.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/119
* Build(deps): Bump pylint from 2.11.1 to 2.12.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/120
* FIX: type hint error in 120 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/121
* FIX: flake line length to 100 by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/111
* Build(deps): Bump setuptools from 59.2.0 to 59.4.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/122
* Build(deps): Bump twine from 3.6.0 to 3.7.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/123
* Build(deps): Bump pylint from 2.12.1 to 2.12.2 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/124
* Build(deps): Bump setuptools from 59.4.0 to 59.5.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/125
* Build(deps): Bump twine from 3.7.0 to 3.7.1 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/126
* REMOVE: flake from test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/129
* REFACTOR: split dependencies by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/127
* ADD: table start by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/131
* FIX: ready requires joined player by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/133
* FEATURE: links a rubber to a table by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/135
* BUMP: release candidate version by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/134
* UPDATE: disable fail fast test workflow by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/140
* FIX: player ratings test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/141
* FEATURE: hand has a getter for current trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/142
* Build(deps): Bump pydantic from 1.8.2 to 1.9.0 by dependabot in https://github.com/Whist-Team/Whist-Core/pull/139
* ADD: issue templates by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/144
* PlayerAtTable overhaul by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/137
* doc/contributing by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/143
* FEATURE: getter for current stack of trick by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/138
* FIX: stack test by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/146
* FIX: only hand once by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/148
* FIX: legal checker on second card by Segelzwerg in https://github.com/Whist-Team/Whist-Core/pull/150

New Contributors
* dependabot made their first contribution in https://github.com/Whist-Team/Whist-Core/pull/20

**Full Changelog**: https://github.com/Whist-Team/Whist-Core/compare/v0.0.1...v0.1.0rc8

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.