Skip to content

Commit f8b1ff0

Browse files
chore(master): release 0.1.0 (#2)
## 0.1.0 (2024-07-23) ### Features * provide initial implementation for I²C bus multiplexer ([#1](#1)) ([08efaf1](08efaf1)) --- 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 08efaf1 commit f8b1ff0

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.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-07-23)
4+
5+
6+
### Features
7+
8+
* provide initial implementation for I²C bus multiplexer ([#1](https://github.com/feeph/libi2cmux-python/issues/1)) ([08efaf1](https://github.com/feeph/libi2cmux-python/commit/08efaf13bf96442699084b0219782339d9f9e254))

pyproject.toml

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

1919
[project]
2020
name = "feeph.i2cmux"
21-
version = "0.0.0"
21+
version = "0.1.0"
2222
description = "library for various I²C bus multiplexers (e.g. TCA9548A)"
2323
authors = [
2424
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},

0 commit comments

Comments
 (0)