Skip to content

Commit

Permalink
Prepare for 1.1.0 Release
Browse files Browse the repository at this point in the history
Bump version and update changelog
  • Loading branch information
psachs committed Apr 10, 2024
1 parent 31dea05 commit 45ec23f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2024-4-10

### Added

- Interface to get and set sensor type
- Interface to scan for i2c addresses
- Interface to get/set i2c address

## [1.0.0] - 2024-2-14

### Added

- Provide initial version of this repository containing a driver for the Sensirion SCC1-USB cable.

[Unreleased]: https://github.com/Sensirion/python-uart-scc1/compare/1.0.0...HEAD
[1.0.0]: https://github.com/Sensirion/python-uart-scc1/releases/tag/1.0.0
[Unreleased]: https://github.com/Sensirion/python-uart-scc1/compare/1.1.0...HEAD
[1.1.0]: https://github.com/Sensirion/python-uart-scc1/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/Sensirion/python-uart-scc1/releases/tag/1.0.0
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sensirion-uart-scc1"
version = "1.0.0"
version = "1.1.0"
description = "Driver for Sensirion SCC1 USB cable"
authors = ["Pascal Sachs"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -28,6 +28,7 @@ testpaths = [
"tests"
]


[tool.poetry.group.docs]
optional = true

Expand Down

0 comments on commit 45ec23f

Please sign in to comment.