Skip to content

Commit

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

<!-- insertion marker -->

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


### Removed

- `get_parents()` for resolving parametrized parents, `runtime_generic_proxy()` and `runtime_generic_patch()` for subclassing e.g. `typing.List` as a runtime generic. ([#1](https://github.com/bswck/runtime_generics/issues/1))

### Added

- ([#2](https://github.com/bswck/runtime_generics/issues/2))
1 change: 0 additions & 1 deletion news/+1.removed.md

This file was deleted.

Empty file removed news/+2.added.md
Empty file.
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 = "2.0.3"
version = "3.0.0"
description = "Reuse generic class type arguments at runtime."
authors = ["bswck <bswck.dev@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -50,6 +50,7 @@ addopts = "--doctest-modules"




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

Expand Down

0 comments on commit 47eeacd

Please sign in to comment.