Skip to content

Commit e6ee368

Browse files
update changelog
1 parent a35bb50 commit e6ee368

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

changelog.md

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

1717
## Released
18+
## [1.2.0] - 2022-11-13
19+
### Added
20+
- [TCP host example script](examples/tcp_host_example.py)
21+
- JSON file to set registers on TCP/RTU device
22+
- Bash script to wrap manipulation of TCP modbus register data
23+
- [Example boot script](examples/boot.py)
24+
- TOC in [README](README.md)
25+
- Use [changelog-based-release action](https://github.com/brainelectronics/changelog-based-release) to create a draft release with every merge to develop
26+
- Use [changelog-based-release action](https://github.com/brainelectronics/changelog-based-release) to create a drafted prerelease release with every PR build, see #20
27+
- [USAGE](USAGE.md) and [SETUP](SETUP.md) files with more details
28+
29+
### Changed
30+
- Add more info to [TCP client example script](examples/tcp_client_example.py)
31+
- Update [modules submodule](modules) to `1.3.0`
32+
- Line breaks are no longer used in this changelog for enumerations
33+
- Issues are referenced as `#123` instead of `[#123][ref-issue-123]` to avoid explicit references at the bottom or some other location in the file
34+
35+
### Fixed
36+
- Typo in [RTU client example script](examples/rtu_client_example.py)
37+
1838
## [1.1.1] - 2022-11-09
1939
### Fixed
2040
- Default value of `setup_registers` function parameter `use_default_vals`
@@ -94,8 +114,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94114
- PEP8 style issues on all files of [`lib/uModbus`](lib/uModbus)
95115

96116
<!-- Links -->
97-
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/1.1.1...develop
117+
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/1.2.0...develop
98118

119+
[1.2.0]: https://github.com/brainelectronics/micropython-modbus/tree/1.2.0
99120
[1.1.1]: https://github.com/brainelectronics/micropython-modbus/tree/1.1.1
100121
[1.1.0]: https://github.com/brainelectronics/micropython-modbus/tree/1.1.0
101122
[1.0.0]: https://github.com/brainelectronics/micropython-modbus/tree/1.0.0

0 commit comments

Comments
 (0)