Skip to content

Commit d1f6904

Browse files
chore(master): release 0.7.0 (#32)
## [0.7.0](v0.6.0...v0.7.0) (2024-07-29) ### Features * support multi-byte reads for device registers ([#31](#31)) ([6bc1ff5](6bc1ff5)) --- 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 6bc1ff5 commit d1f6904

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/feeph/libi2c-python/compare/v0.6.0...v0.7.0) (2024-07-29)
4+
5+
6+
### Features
7+
8+
* support multi-byte reads for device registers ([#31](https://github.com/feeph/libi2c-python/issues/31)) ([6bc1ff5](https://github.com/feeph/libi2c-python/commit/6bc1ff55a7661995e386f4bde78ec57dc9ff1552))
9+
310
## [0.6.0](https://github.com/feeph/libi2c-python/compare/v0.5.0...v0.6.0) (2024-07-23)
411

512

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.6.0"
19+
version = "0.7.0"
2020
description = "abstraction layer for the I²C bus (incl. simulation for testing)"
2121
authors = [
2222
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},

0 commit comments

Comments
 (0)