File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
<!-- ## [Unreleased] -->
16
16
17
17
## Released
18
+ ## [ 2.4.0] - 2023-03-19
19
+ ### Added
20
+ - ` package.json ` for ` mip ` installation with MicroPython v1.19.1 or newer
21
+ - ` .editorconfig ` for common editor settings
22
+ - ` .yamllint ` to lint all used YAML files
23
+ - ` yamllint ` package to the ` requirements-test.txt ` file
24
+ - Run YAML linter on test workflow
25
+ - Modbus version input field in issues template
26
+
27
+ ### Changed
28
+ - Test workflow is also running on pull requests as the workflow is not executed on branches of contributors
29
+
30
+ ### Fixed
31
+ - YAML style violation in Docker, workflow and issue files
32
+ - ` mip ` installation commands in ` README ` and ` INSTALLATION `
33
+
18
34
## [ 2.3.3] - 2023-01-29
19
35
### Fixed
20
36
- Add link to RTU documentation examples from RTU examples files and root [ README] ( README.md ) , relates to #7
@@ -266,8 +282,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
266
282
- PEP8 style issues on all files of [ ` lib/uModbus ` ] ( lib/uModbus )
267
283
268
284
<!-- Links -->
269
- [ Unreleased ] : https://github.com/brainelectronics/micropython-modbus/compare/2.3.3 ...develop
285
+ [ Unreleased ] : https://github.com/brainelectronics/micropython-modbus/compare/2.4.0 ...develop
270
286
287
+ [ 2.4.0 ] : https://github.com/brainelectronics/micropython-modbus/tree/2.4.0
271
288
[ 2.3.3 ] : https://github.com/brainelectronics/micropython-modbus/tree/2.3.3
272
289
[ 2.3.2 ] : https://github.com/brainelectronics/micropython-modbus/tree/2.3.2
273
290
[ 2.3.1 ] : https://github.com/brainelectronics/micropython-modbus/tree/2.3.1
You can’t perform that action at this time.
0 commit comments