Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 24, 2023
1 parent b1e3298 commit 856b2bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.1.0 (2023-03-24)
### Feature
* Add typing ([#3](https://github.com/bdraco/chacha20poly1305-reuseable/issues/3)) ([`b1e3298`](https://github.com/bdraco/chacha20poly1305-reuseable/commit/b1e3298fba18e68d1ebface09f4958fb6c236964))

## v0.0.3 (2022-06-19)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chacha20poly1305-reuseable"
version = "0.0.4"
version = "0.1.0"
description = "ChaCha20Poly1305 that is reuseable for asyncio"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/chacha20poly1305_reuseable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.4"
__version__ = "0.1.0"

# This file is dual licensed under the terms of the Apache License, Version
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
Expand Down

0 comments on commit 856b2bd

Please sign in to comment.