Skip to content

Commit 9016e72

Browse files
chore(master): release 0.6.0 (#23)
## [0.6.0](v0.5.0...v0.6.0) (2024-07-23) ### Features * add configuration for dependabot ([31f07f2](31f07f2)) * allow reading and writing of device state ([67a72cf](67a72cf)) ### Bug Fixes * delete obsolete code in 'BurstHandler' ([0741bd4](0741bd4)) * remove obsolete file ([559d320](559d320)) * update package versions ([5df0bb9](5df0bb9)) --- 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> Co-authored-by: Feeph Aifeimei <[email protected]>
1 parent 85bad14 commit 9016e72

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/feeph/libi2c-python/compare/v0.5.0...v0.6.0) (2024-07-23)
4+
5+
6+
### Features
7+
8+
* add configuration for dependabot ([31f07f2](https://github.com/feeph/libi2c-python/commit/31f07f237817fdc11fb5b999edfdfdc5bb8ab14c))
9+
* allow reading and writing of device state ([67a72cf](https://github.com/feeph/libi2c-python/commit/67a72cf2d96687d6fe94eda694bcdddf30d33163))
10+
11+
12+
### Bug Fixes
13+
14+
* delete obsolete code in 'BurstHandler' ([0741bd4](https://github.com/feeph/libi2c-python/commit/0741bd423cd7fe121c5367afcb0375bd4aad4bfc))
15+
* remove obsolete file ([559d320](https://github.com/feeph/libi2c-python/commit/559d3201ef6a8219546d4ffcc0ffffb90d0f81cc))
16+
* update package versions ([5df0bb9](https://github.com/feeph/libi2c-python/commit/5df0bb91e51970433583dae5f20091407275ccba))
17+
318
## [0.5.0](https://github.com/feeph/libi2c-python/compare/v0.4.1...v0.5.0) (2024-07-20)
419

520

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.5.0"
19+
version = "0.6.0"
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)