Skip to content

Commit

Permalink
release v0.1.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed May 12, 2023
1 parent 9ca492f commit cc10c75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

## [Unreleased]

## [0.1.1] - 2023-05-12

### Fixed

- Added `py.typed` file to package to indicate that it supports type hints

## [0.1.0] - 2023-05-12

Expand All @@ -21,5 +26,6 @@ Initial release!
- Initial tests
- Initial CI/CD (GitHub Actions)

[unreleased]: https://github.com/joshuadavidthomas/django-flyio/compare/v0.1.0...HEAD
[unreleased]: https://github.com/joshuadavidthomas/django-flyio/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/joshuadavidthomas/django-flyio/releases/tag/v0.1.1
[0.1.0]: https://github.com/joshuadavidthomas/django-flyio/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/django_flyio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit cc10c75

Please sign in to comment.