Skip to content

Commit f032bd8

Browse files
committed
Release v1.1.0
1 parent fbc94f5 commit f032bd8

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
77

88
<!-- insertion marker -->
99

10+
## [v1.1.0](https://github.com/bswck/class_singledispatch/tree/v1.1.0) (2024-04-13)
11+
12+
13+
### Added
14+
15+
- Support for eval_type_backport ForwardRef.
16+
17+
### Fixed
18+
19+
- Relaxed supported Python versions to >=3.8.
20+
21+
1022
## [v1.0.3](https://github.com/bswck/class_singledispatch/tree/v1.0.3) (2024-02-20)
1123

1224

news/+700a14fd.fixed.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/+c66699cf.added.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[tool.poetry]
66
name = "class_singledispatch"
7-
version = "1.0.4"
7+
version = "1.1.0"
88
description = "A ``singledispatch()`` for arguments that are classes annotated as specific types."
99
authors = ["bswck <[email protected]>"]
1010
license = "MIT"
@@ -43,6 +43,7 @@ keyring = ">=25.0.0"
4343
[tool.pytest.ini_options]
4444
addopts = "--doctest-modules"
4545

46+
4647
[tool.poetry.group.docs]
4748
optional = true
4849

0 commit comments

Comments
 (0)