Skip to content

Commit dd21f4b

Browse files
update changelog for 2.4.0
1 parent 4210743 commit dd21f4b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

changelog.md

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

1717
## 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+
1834
## [2.3.3] - 2023-01-29
1935
### Fixed
2036
- 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
266282
- PEP8 style issues on all files of [`lib/uModbus`](lib/uModbus)
267283

268284
<!-- 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
270286

287+
[2.4.0]: https://github.com/brainelectronics/micropython-modbus/tree/2.4.0
271288
[2.3.3]: https://github.com/brainelectronics/micropython-modbus/tree/2.3.3
272289
[2.3.2]: https://github.com/brainelectronics/micropython-modbus/tree/2.3.2
273290
[2.3.1]: https://github.com/brainelectronics/micropython-modbus/tree/2.3.1

0 commit comments

Comments
 (0)