Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2026-7-13

### Added
- Add SHDLC commands: User Data (0x21), Device Selftest (0x22), Sensor Voltage (0x23), Measure Sensor Voltage (0x26)
- Add interface for totalizer

### Changed
- Improve usage examples
- Ensure linux file endings across the package
- Fix several typos
- Update GitHub actions to the latest versions
- Update dependencies
- Improve usage examples

### Fixed
- Fix several typos

## [1.1.1] - 2024-4-10

Expand All @@ -33,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- 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.1.0...HEAD
[Unreleased]: https://github.com/Sensirion/python-uart-scc1/compare/2.0.0...HEAD
[2.0.0]: https://github.com/Sensirion/python-uart-scc1/compare/1.1.0...2.0.0
[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
2 changes: 1 addition & 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.1.1"
version = "2.0.0"
description = "Driver for Sensirion SCC1 USB cable"
authors = ["Pascal Sachs"]
license = "BSD-3-Clause"
Expand Down
Loading