Skip to content

Releases: corenting/immutabledict

Version 2.2.0

23 Apr 18:34
e5f20d2
Compare
Choose a tag to compare
  • Use poetry-core instead of poetry for build-system. Thanks to @mweinelt for reporting the issue.

Version 2.1.0

23 Apr 18:34
634cb4b
Compare
Choose a tag to compare
  • Fix type annotation on keyword argument in copy(**add_or_replace). Thanks to @techsy730 for the PR #54.

Version 2.0.0

23 Apr 18:35
Compare
Choose a tag to compare
  • Support more typing (fix issue #47)
  • ⚠️ Remove *args, **kwargs from the fromkeys() method.

Version 1.3.0

23 Apr 18:35
Compare
Choose a tag to compare

Version 1.2.0

23 Apr 18:35
017f94c
Compare
Choose a tag to compare

Version 1.1.0

23 Apr 18:35
b784a57
Compare
Choose a tag to compare
  • Add Python 3.9 to supported versions, remove Python 3.5
  • Bump dev dependencies
  • Improve README

Version 1.0.0

23 Apr 18:36
ca768ff
Compare
Choose a tag to compare
  • Initial stable release