Skip to content

Commit fd9fe9b

Browse files
chore(master): release 0.1.2 (#30)
## [0.1.2](v0.1.1...v0.1.2) (2024-08-13) ### Bug Fixes * resolve issues identified by pylint ([02ecadf](02ecadf)) --- 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 d774e4d commit fd9fe9b

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.1.1"
2+
".": "0.1.2"
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.1.2](https://github.com/feeph/libi2cmux-python/compare/v0.1.1...v0.1.2) (2024-08-13)
4+
5+
6+
### Bug Fixes
7+
8+
* resolve issues identified by pylint ([02ecadf](https://github.com/feeph/libi2cmux-python/commit/02ecadf8af950b8415f0c54a6cd4996f24437b5a))
9+
310
## [0.1.1](https://github.com/feeph/libi2cmux-python/compare/v0.1.0...v0.1.1) (2024-08-13)
411

512

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.i2cmux"
22-
version = "0.1.1"
22+
version = "0.1.2"
2323
description = "library for various I²C bus multiplexers (e.g. TCA9548A)"
2424
authors = [
2525
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},

0 commit comments

Comments
 (0)