We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81516c5 + 515ff1c commit 29fbae0Copy full SHA for 29fbae0
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
6
## [Unreleased]
7
8
+## [1.1.1] - 2024-4-10
9
+
10
+### Fixed
11
12
+- Accidential release due to wrong github action definition
13
14
## [1.1.0] - 2024-4-10
15
16
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sensirion-uart-scc1"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "Driver for Sensirion SCC1 USB cable"
authors = ["Pascal Sachs"]
license = "BSD-3-Clause"
@@ -29,6 +29,7 @@ testpaths = [
29
]
30
31
32
33
[tool.poetry.group.docs]
34
optional = true
35
0 commit comments