Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Dec 7, 2020
1 parent 8e89982 commit b555a32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ 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]

## [0.1.1] - 2020-12-07
### Fixed
- `ValueError: astimezone() cannot be applied to a naive datetime` on python3.5

## [0.1.0] - 2020-02-06
## [0.1.0] - 2020-02-07
### Added
- method `wireless_sensor.FT017TH.receive` continuously yielding
temperature & humidity measurements received from FT017TH sensor
- script `wireless-sensor-receive`

[Unreleased]: https://github.com/fphammerle/wireless-sensor/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/fphammerle/wireless-sensor/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/fphammerle/wireless-sensor/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/fphammerle/wireless-sensor/releases/tag/v0.1.0

0 comments on commit b555a32

Please sign in to comment.