File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments