Skip to content

Commit e882ea6

Browse files
update changelog, bump version to 1.0.1
1 parent 2cbabd4 commit e882ea6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

changelog.md

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

1717
## Released
18+
## [1.0.1] - 2022-07-16
19+
### Fixed
20+
- Default value of `setup_registers` function parameter `use_default_vals`
21+
changed to `False` to avoid confusion behaviour if not explicitly defined,
22+
see [issue 13][ref-issue-13]
23+
- Missing function docstring added to `setup_registers` function
24+
1825
## [1.0.0] - 2022-02-26
1926
### Added
2027
- [`setup.py`](setup.py) and [`sdist_upip.py`](sdist_upip.py) taken from
@@ -66,11 +73,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6673
- PEP8 style issues on all files of [`lib/uModbus`](lib/uModbus)
6774

6875
<!-- Links -->
69-
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/1.0.0...develop
76+
[Unreleased]: https://github.com/brainelectronics/micropython-modbus/compare/1.0.1...develop
7077

78+
[1.0.1]: https://github.com/brainelectronics/micropython-modbus/tree/1.0.1
7179
[1.0.0]: https://github.com/brainelectronics/micropython-modbus/tree/1.0.0
7280
[0.1.0]: https://github.com/brainelectronics/micropython-modbus/tree/0.1.0
7381

82+
[ref-issue-13]: https://github.com/brainelectronics/micropython-modbus/issues/13
83+
7484
[ref-pypi]: https://pypi.org/
7585
[ref-pfalcon-picoweb-sdist-upip]: https://github.com/pfalcon/picoweb/blob/b74428ebdde97ed1795338c13a3bdf05d71366a0/sdist_upip.py
7686
[ref-be-micropython-module]: https://github.com/brainelectronics/micropython-modules/tree/1.1.0

0 commit comments

Comments
 (0)