Skip to content

Commit 5a8c5dd

Browse files
committed
Release v1.0.1
1 parent 071eeef commit 5a8c5dd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

88
<!-- insertion marker -->
99

10+
## [v1.0.1](https://github.com/bswck/class_singledispatch/tree/v1.0.1) (2023-12-17)
11+
12+
13+
### Added
14+
15+
- Simple example of usage in the README.
16+
17+
1018
## [v1.0.0](https://github.com/bswck/class_singledispatch/tree/v1.0.0) (2023-12-17)
1119

1220

changes/+4a014151.added.md

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

pyproject.toml

Lines changed: 1 addition & 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.0"
7+
version = "1.0.1"
88
description = "A ``singledispatch()`` for arguments that are classes annotated as specific types."
99
authors = ["bswck <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)