Skip to content

Commit cc10c75

Browse files
release v0.1.1 (#2)
1 parent 9ca492f commit cc10c75

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
77

88
## [Unreleased]
99

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
1015

1116
## [0.1.0] - 2023-05-12
1217

@@ -21,5 +26,6 @@ Initial release!
2126
- Initial tests
2227
- Initial CI/CD (GitHub Actions)
2328

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
2531
[0.1.0]: https://github.com/joshuadavidthomas/django-flyio/releases/tag/v0.1.0

src/django_flyio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)