Skip to content

Commit e0b2cbf

Browse files
authoredFeb 26, 2021
Bump to version 0.2.1 (#11)
1 parent c8511b7 commit e0b2cbf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
### Fixes
6+
7+
* Fix add with overflow for debug builds (#6)
8+
39
## 0.2.0
410

511
### Features

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dht-sensor"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Driver for the DHT11/DHT22 sensor based on embedded-hal"
55
authors = ["Michael Beaumont <mjboamail@gmail.com>"]
66
keywords = ["embedded", "sensor", "humidity", "temperature", "embedded-hal-driver"]

0 commit comments

Comments
 (0)