You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
<!-- ## [Unreleased] -->
16
16
17
17
## 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
+
18
38
## [1.1.1] - 2022-11-09
19
39
### Fixed
20
40
- 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
94
114
- PEP8 style issues on all files of [`lib/uModbus`](lib/uModbus)
0 commit comments