Skip to content

Commit

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

## [Unreleased]

## [0.1.6] - 2024-09-12
### Added
- Allow tweaking pairing timeout

## [0.1.5] - 2024-09-06
### Changed
- Release using different gh action
Expand All @@ -23,7 +27,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.1.5...HEAD
[Unreleased]: https://github.com/lmgarret/py-pcbu/compare/0.1.6...HEAD
[0.1.6]: https://github.com/lmgarret/py-pcbu/compare/0.1.5...0.1.6
[0.1.5]: https://github.com/lmgarret/py-pcbu/compare/0.1.4...0.1.5
[0.1.4]: https://github.com/lmgarret/py-pcbu/compare/0.1.3...0.1.4
[0.1.3]: https://github.com/lmgarret/py-pcbu/compare/0.1.1...0.1.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "py-pcbu"
version = "0.1.5"
version = "0.1.6"
description = "A package to interact with the PC Bio Unlock credentials module."
authors = [
{ name = "LM. Garret", email = "lm@codingarret.dev" }
Expand Down

0 comments on commit 172c0da

Please sign in to comment.