Releases: gerlero/multicollections
Releases Β· gerlero/multicollections
v1.0.8
What's Changed
- Fix ty errors by @gerlero in #100
- Fix ty errors by @gerlero in #101
- Implement MultiDict.getitem without going through getall by @Copilot in #102
- Optimize MultiDict.getone to avoid calling getall by @Copilot in #103
- Optimize MultiDict by implementing ABC methods directly by @Copilot in #104
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #89
- Update uv-build requirement from <0.9.0,>=0.8.14 to >=0.8.14,<0.10.0 by @dependabot[bot] in #90
- Fix ty errors by @gerlero in #91
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #92
- Switch to src-based layout by @gerlero in #93
- Update pyproject.toml by @gerlero in #94
- Fix docs build by @gerlero in #95
- Update uv_build version requirements in pyproject.toml by @gerlero in #96
- Remove license classifier from pyproject.toml by @gerlero in #97
- Update pytest version constraint in pyproject.toml by @gerlero in #98
- Revert "Update pyproject.toml" by @gerlero in #99
Full Changelog: v1.0.6...v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
What's Changed
- Update tests by @gerlero in #80
- Fix typing of View classes by @gerlero in #82
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #81
New Contributors
- @dependabot[bot] made their first contribution in #81
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Update dependency groups by @gerlero in #68
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @gerlero in #69
- Update pyproject.toml by @gerlero in #72
- Fix override decorator handling by @gerlero in #73
- Implement MultiDict.eq by @gerlero in #74
- Register multidict types for MultiMapping support by @gerlero in #75
- Add test that asserts multidict.MultiDict implements abc.MutableMultiMapping by @Copilot in #77
- Add comprehensive tests for MultiDict.eq vs different types by @Copilot in #76
- Fix code coverage by @gerlero in #78
- Fix code coverage by @gerlero in #79
Full Changelog: v1.0.1...v1.0.2