Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Mar 16, 2024
1 parent cacf5dd commit 92673b8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

<!-- insertion marker -->

## [v3.1.0](https://github.com/bswck/runtime_generics/tree/v3.1.0) (2024-03-16)


### Added

- Exposed `get_alias()` to retrieve the alias form used in runtime generic instance construction.
- Implemented `get_mro()` function for resolving MROs of runtime generics.
- Implemented `type_check()` for checking whether a runtime generic is a valid subtype of another runtime generic.


## [v3.0.5](https://github.com/bswck/runtime_generics/tree/v3.0.5) (2024-02-24)


Expand Down
2 changes: 0 additions & 2 deletions news/+1a61ed22.added.md

This file was deleted.

2 changes: 0 additions & 2 deletions news/+1bf77373.added.md

This file was deleted.

2 changes: 0 additions & 2 deletions news/+f5e2b49f.added.md

This file was deleted.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[tool.poetry]
name = "runtime_generics"
version = "3.0.6"
version = "3.1.0"
description = "Reuse generic class type arguments at runtime."
authors = ["bswck <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -45,6 +45,7 @@ keyring = "^24.3.0"
addopts = "--doctest-modules"



[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 92673b8

Please sign in to comment.