Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

immutables v0.20 #113

Merged
merged 3 commits into from
Aug 14, 2023
Merged

immutables v0.20 #113

merged 3 commits into from
Aug 14, 2023

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    2c4e7a6 View commit details
    Browse the repository at this point in the history
  2. Modernize the release workflow

    Copy the approach from `asyncpg` to make the build matrix more granular
    elprans committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5e6f2b7 View commit details
    Browse the repository at this point in the history
  3. immutables v0.20

    Changes
    =======
    
    * Enable support for pattern matching (#96)
      (by @antonagestam in 7071a24 for #96)
    
    * add support for aix/sunos (#98)
      (by @mattp- in 765e4ee for #98)
    
    * Python 3.12 compatibility (#105)
      (by @elprans in f797822 for #105)
    
    * Add __contains__ to MapKeys (#99)
      (by @msullivan in 6790111 for #99)
    
    * Add PEP 585 GenericAlias support (#101)
      (by @eltoder in 9ce64c5 for #101)
    
    * Move metadata to `pyproject.toml`, fix test fixture inclusion in sdist (#111)
      (by @elprans in ea65656 for #111)
    elprans committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4ccb970 View commit details
    Browse the repository at this point in the history