Skip to content

Commit a5f9d87

Browse files
chore(master): release 0.7.1 (#39)
## [0.7.1](v0.7.0...v0.7.1) (2024-08-04) ### Changes * remove obsolete, pre-BurstHandler interface ([bac1a49](bac1a49)) ### Bug Fixes * use correct byte order for multi-byte read/write ([352d5e9](352d5e9)) --- 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>
1 parent 7ff10f6 commit a5f9d87

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.7.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/feeph/libi2c-python/compare/v0.7.0...v0.7.1) (2024-08-04)
4+
5+
6+
### Bug Fixes
7+
8+
* use correct byte order for multi-byte read/write ([352d5e9](https://github.com/feeph/libi2c-python/commit/352d5e9cf24e646253ebb09db2b4e0e3a4c655a1))
9+
* use correct byte order for multi-byte read/write ([#38](https://github.com/feeph/libi2c-python/issues/38)) ([7ff10f6](https://github.com/feeph/libi2c-python/commit/7ff10f6b42737e656f97e48b2a75be66247aa61d))
10+
311
## [0.7.0](https://github.com/feeph/libi2c-python/compare/v0.6.0...v0.7.0) (2024-07-29)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# PEP 621 project metadata
1717
# https://www.python.org/dev/peps/pep-0621
1818
name = "feeph.i2c"
19-
version = "0.7.0"
19+
version = "0.7.1"
2020
description = "abstraction layer for the I²C bus (incl. simulation for testing)"
2121
authors = [
2222
{name = "Feeph Aifeimei", email = "[email protected]"},

0 commit comments

Comments
 (0)