Skip to content

Commit

Permalink
chore(master): release 0.3.0 (#10)
Browse files Browse the repository at this point in the history
##
[0.3.0](v0.2.0...v0.3.0)
(2024-08-11)


### Features

* implement continuous conversion mode
([#9](#9))
([168b1ed](168b1ed))
* add support for ADS101x family of chips
([#9](#9))
([168b1ed](168b1ed))

---
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 11, 2024
1 parent 168b1ed commit 10d1430
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.2.0"
".": "0.3.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.3.0](https://github.com/feeph/libads1xxx-python/compare/v0.2.0...v0.3.0) (2024-08-11)


### Features

* implement continuous conversion mode ([#9](https://github.com/feeph/libads1xxx-python/issues/9)) ([168b1ed](https://github.com/feeph/libads1xxx-python/commit/168b1eddbf1405f5d612043ed87e010c572a19f2))

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


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.2.0"
version = "0.3.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 10d1430

Please sign in to comment.