Skip to content

Commit

Permalink
Merge pull request #5 from Sensirion/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
Rol-la committed Feb 14, 2024
2 parents da0e6e5 + e7b0e5b commit a58cb24
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CHANGELOG

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [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
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 = "0.1.0"
version = "1.0.0"
description = "Driver for Sensirion SCC1 USB cable"
authors = ["Pascal Sachs"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit a58cb24

Please sign in to comment.