Skip to content

Commit 61ce8b8

Browse files
chore(master): release 0.7.4
1 parent eb578e1 commit 61ce8b8

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.3"
2+
".": "0.7.4"
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.4](https://github.com/feeph/libi2c-python/compare/v0.7.3...v0.7.4) (2024-08-13)
4+
5+
6+
### Bug Fixes
7+
8+
* improve code quality and testing procedure ([#57](https://github.com/feeph/libi2c-python/issues/57)) ([eb578e1](https://github.com/feeph/libi2c-python/commit/eb578e1865690a85fc79c5db650773216fb389fd))
9+
* resolve issues identified by pylint ([af706d0](https://github.com/feeph/libi2c-python/commit/af706d0bfc10275c35ab4d6331356f4153749a2a))
10+
311
## [0.7.3](https://github.com/feeph/libi2c-python/compare/v0.7.2...v0.7.3) (2024-08-11)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
[project]
2121
name = "feeph.i2c"
22-
version = "0.7.3"
22+
version = "0.7.4"
2323
description = "abstraction layer for the I²C bus (incl. simulation for testing)"
2424
authors = [
2525
{name = "Feeph Aifeimei", email = "[email protected]"},

0 commit comments

Comments
 (0)