What's Changed
- Update documentation of
del d[key]
andd.clear()
by @tfpf in #194 - Hatch and GHA configuration improvements by @tfpf in #195
- Add
SortedDict.get
method by @tfpf in #196 - Define
SortedDictItems.__contains__
by @tfpf in #197 - Add Hatch script to easily find coverage by @tfpf in #200
- Define
SortedDict.setdefault
by @tfpf in #198 - Update homepage for v0.11.0 [skip ci] by @tfpf in #201
Full Changelog: v0.10.0...v0.11.0