Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmgarret committed Oct 9, 2024
1 parent f3af0c5 commit f20382e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2024-10-09
### Added
- Command to emulate an Unlock Client

### Fixed
- Log message when an unlock request is not authenticated should now display the ip and port

## [0.3.0] - 2024-09-23
### Added
- Async support for all components
Expand Down Expand Up @@ -50,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release!

[Unreleased]: https://github.com/lmgarret/py-pcbu/compare/0.3.0...HEAD
[Unreleased]: https://github.com/lmgarret/py-pcbu/compare/0.4.0...HEAD
[0.4.0]: https://github.com/lmgarret/py-pcbu/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/lmgarret/py-pcbu/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/lmgarret/py-pcbu/compare/0.1.7...0.2.0
[0.1.7]: https://github.com/lmgarret/py-pcbu/compare/0.1.6...0.1.7
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "py-pcbu"
version = "0.3.0"
version = "0.4.0"
description = "A package to interact with the PC Bio Unlock credentials module."
authors = [
{ name = "LM. Garret", email = "lm@codingarret.dev" }
]
dependencies = [
"py-machineid>=0.6.0",
"dataclass-wizard>=0.22.3",
"dataclass-wizard>=0.23.0",
"cryptography>=43.0.1",
]
readme = "README.md"
Expand Down

0 comments on commit f20382e

Please sign in to comment.