File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.1] - 2023-05-12
11
+
12
+ ### Fixed
13
+
14
+ - Added ` py.typed ` file to package to indicate that it supports type hints
10
15
11
16
## [ 0.1.0] - 2023-05-12
12
17
@@ -21,5 +26,6 @@ Initial release!
21
26
- Initial tests
22
27
- Initial CI/CD (GitHub Actions)
23
28
24
- [ unreleased ] : https://github.com/joshuadavidthomas/django-flyio/compare/v0.1.0...HEAD
29
+ [ unreleased ] : https://github.com/joshuadavidthomas/django-flyio/compare/v0.1.1...HEAD
30
+ [ 0.1.1 ] : https://github.com/joshuadavidthomas/django-flyio/releases/tag/v0.1.1
25
31
[ 0.1.0 ] : https://github.com/joshuadavidthomas/django-flyio/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- __version__ = "0.1.0 "
3
+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments