Skip to content

Commit 39b0cad

Browse files
authored
chore(master): release 0.2.0 (#3)
## [0.2.0](v0.1.0...v0.2.0) (2024-07-08) ### Features * provide a simulated I²C bus ([#1](#1)) ([5c85f6b](5c85f6b)) --- 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 6550eed commit 39b0cad

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.1.0"
2+
".": "0.2.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.2.0](https://github.com/feeph/libi2c-python/compare/v0.1.0...v0.2.0) (2024-07-08)
4+
5+
6+
### Features
7+
8+
* provide a simulated I²C bus ([#1](https://github.com/feeph/libi2c-python/issues/1)) ([5c85f6b](https://github.com/feeph/libi2c-python/commit/5c85f6b691384ecc1e9aee7f635a86a2d3a1dbc7))

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.1.0"
19+
version = "0.2.0"
2020
description = "abstraction layer for the I²C bus (incl. simulation for testing)"
2121
authors = [
2222
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},

0 commit comments

Comments
 (0)