Skip to content

Commit 708183d

Browse files
update changelog
1 parent f26c511 commit 708183d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
<!-- ## [Unreleased] -->
1616

1717
## Released
18+
## [2.1.1] - 2022-12-27
19+
### Fixed
20+
- Removed unnecessary dependency to `micropython-urequests` from Docker files, setup guide and package setup file
21+
- Enable Modbus Host mode for RTU implementation, see #40, removed during #34
22+
1823
## [2.1.0] - 2022-12-27
1924
### Added
2025
- Typing hints available for all functions of [umodbus](umodbus), see #27
@@ -177,8 +182,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177182
- PEP8 style issues on all files of [`lib/uModbus`](lib/uModbus)
178183

179184
<!-- Links -->
180-
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/2.1.0...develop
185+
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/2.1.1...develop
181186

187+
[2.1.1]: https://github.com/brainelectronics/micropython-modbus/tree/2.1.1
182188
[2.1.0]: https://github.com/brainelectronics/micropython-modbus/tree/2.1.0
183189
[2.0.0]: https://github.com/brainelectronics/micropython-modbus/tree/2.0.0
184190
[1.2.0]: https://github.com/brainelectronics/micropython-modbus/tree/1.2.0

0 commit comments

Comments
 (0)