Skip to content

Commit fd1a2d4

Browse files
authored
chore(master): release 0.4.1 (#18)
## [0.4.1](v0.4.0...v0.4.1) (2024-07-20) ### Bug Fixes * fix the retry-on-error logic ([#17](#17)) ([254f9b3](254f9b3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 254f9b3 commit fd1a2d4

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.4.0"
2+
".": "0.4.1"
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.4.1](https://github.com/feeph/libi2c-python/compare/v0.4.0...v0.4.1) (2024-07-20)
4+
5+
6+
### Bug Fixes
7+
8+
* fix the retry-on-error logic ([#17](https://github.com/feeph/libi2c-python/issues/17)) ([254f9b3](https://github.com/feeph/libi2c-python/commit/254f9b39bb9d44fb99cea3d6fbebb6b16f4b8266))
9+
310
## [0.4.0](https://github.com/feeph/libi2c-python/compare/v0.3.2...v0.4.0) (2024-07-20)
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.4.0"
19+
version = "0.4.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)