Skip to content

Commit f9613f2

Browse files
chore(master): release 0.1.0 (#5)
## 0.1.0 (2024-08-04) ### Features * implement device reset logic ([#4](#4)) ([f62b324](f62b324)) --- 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 f62b324 commit f9613f2

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-08-04)
4+
5+
6+
### Features
7+
8+
* implement device reset logic ([#4](https://github.com/feeph/libads1xxx-python/issues/4)) ([f62b324](https://github.com/feeph/libads1xxx-python/commit/f62b32480f304fc948cfc2960b4373f04907cd78))

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.ads1xxx"
22-
version = "0.0.0"
22+
version = "0.1.0"
2323
description = "library for the ADS1xxx family of I²C analog-to-digital converters"
2424
authors = [
2525
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},

0 commit comments

Comments
 (0)