Skip to content

Commit d331d45

Browse files
authored
chore: release v0.2.0
1 parent 19ac37f commit d331d45

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/jettify/uf-dps3xx/compare/v0.1.1...v0.2.0) - 2026-04-29
11+
12+
### Added
13+
14+
- Simplify API significantly, expose only two states. ([#17](https://github.com/jettify/uf-dps3xx/issues/17))
15+
16+
### Fixed
17+
18+
- [**breaking**] Make state transition recoverable. ([#15](https://github.com/jettify/uf-dps3xx/issues/15))
19+
1020
## [0.1.1](https://github.com/jettify/uf-dps3xx/compare/v0.1.0...v0.1.1) - 2026-04-05
1121

1222
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "uf-dps3xx"
33
edition = "2021"
4-
version = "0.1.1"
4+
version = "0.2.0"
55
rust-version = "1.78.0"
66
authors = ["Mykola Novik <nickolainovik@gmail.com>"]
77
description = "A platform agnostic driver for DPS3xx through I2C"

0 commit comments

Comments
 (0)