Skip to content

Commit

Permalink
chore(master): release 0.1.1 (#28)
Browse files Browse the repository at this point in the history
##
[0.1.1](v0.1.0...v0.1.1)
(2024-08-13)


### Bug Fixes

* send reset command as a bytearray instead of string
([d19c62f](d19c62f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 13, 2024
1 parent da05b12 commit bf524a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/feeph/libi2cmux-python/compare/v0.1.0...v0.1.1) (2024-08-13)


### Bug Fixes

* send reset command as a bytearray instead of string ([d19c62f](https://github.com/feeph/libi2cmux-python/commit/d19c62f6a900a73e937c16c85c58098167941902))

## 0.1.0 (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

[project]
name = "feeph.i2cmux"
version = "0.1.0"
version = "0.1.1"
description = "library for various I²C bus multiplexers (e.g. TCA9548A)"
authors = [
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},
Expand Down

0 comments on commit bf524a6

Please sign in to comment.