Skip to content

Commit

Permalink
chore(master): release 0.2.0 (#7)
Browse files Browse the repository at this point in the history
##
[0.2.0](v0.1.0...v0.2.0)
(2024-08-06)


### Features

* implement single-shot measurements
([#6](#6))
([ba27e50](ba27e50))

---
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>
  • Loading branch information
release-please[bot] authored Aug 6, 2024
1 parent ba27e50 commit 6c5d905
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/feeph/libads1xxx-python/compare/v0.1.0...v0.2.0) (2024-08-06)


### Features

* implement single-shot measurements ([#6](https://github.com/feeph/libads1xxx-python/issues/6)) ([ba27e50](https://github.com/feeph/libads1xxx-python/commit/ba27e50216df31d90dd6ae0f7f7ee6acf0b7f74a))

## 0.1.0 (2024-08-04)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

[project]
name = "feeph.ads1xxx"
version = "0.1.0"
version = "0.2.0"
description = "library for the ADS1xxx family of I²C analog-to-digital converters"
authors = [
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},
Expand Down

0 comments on commit 6c5d905

Please sign in to comment.