Skip to content

Commit 1aab767

Browse files
committed
release v3.0.0
1 parent 51ae412 commit 1aab767

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.0.0] - 2023-05-04
810
### Added
911
- declare compatibility with `python3.11`
1012
- allow parametrization of `spi_max_speed_hz` during `C1101` class instantiation
11-
to solve [issue-128]
13+
to solve [issue-128]
1214

1315
### Changed
1416
- `CC1101.transmit`: raise `RuntimeError` instead of `Exception` when
@@ -119,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119121
- disabled data whitening
120122
- automatic calibration
121123

122-
[Unreleased]: https://github.com/fphammerle/python-cc1101/compare/v2.7.3...HEAD
124+
[Unreleased]: https://github.com/fphammerle/python-cc1101/compare/v3.0.0...HEAD
125+
[3.0.0]: https://github.com/fphammerle/python-cc1101/compare/v2.7.3...v3.0.0
123126
[2.7.3]: https://github.com/fphammerle/python-cc1101/compare/v2.7.2...v2.7.3
124127
[2.7.2]: https://github.com/fphammerle/python-cc1101/compare/v2.7.1...v2.7.2
125128
[2.7.1]: https://github.com/fphammerle/python-cc1101/compare/v2.7.0...v2.7.1

0 commit comments

Comments
 (0)