Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Apr 22, 2021
1 parent 46e2e30 commit b3dcf24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.4.0] - 2021-04-22
### Changed
- `FT017TH.receive`: use edge detection on CC1101's `GDO0` pin to detect arrival of packages
(instead of polling)
Expand Down Expand Up @@ -39,7 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
temperature & humidity measurements received from FT017TH sensor
- script `wireless-sensor-receive`

[Unreleased]: https://github.com/fphammerle/wireless-sensor/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/fphammerle/wireless-sensor/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/fphammerle/wireless-sensor/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/fphammerle/wireless-sensor/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/fphammerle/wireless-sensor/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/fphammerle/wireless-sensor/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ft017th.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def test_receive_locked(caplog):
) as enter_mock, unittest.mock.patch.object(
sensor, "_receive_measurement", return_value=measurement
), unittest.mock.patch(
"time.sleep",
"time.sleep"
) as sleep_mock, caplog.at_level(
logging.INFO
):
Expand Down

0 comments on commit b3dcf24

Please sign in to comment.