Skip to content

Commit 826b71a

Browse files
update changelog for 0.16.0
1 parent 61890bf commit 826b71a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

changelog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$"
1717
-->
1818

1919
## Released
20+
## [0.16.0] - 2023-06-12
21+
### Added
22+
- Validate `package.json` file with every test workflow run but without version validation
23+
- Basic setup instructions added to docs examples file
24+
25+
### Changed
26+
- Update `nextion/ulogging.py` to [version 0.5 of micropython-lib](https://github.com/micropython/micropython-lib/blob/7128d423c2e7c0309ac17a1e6ba873b909b24fcc/python-stdlib/logging/logging.py)
27+
28+
### Removed
29+
- Outdated and unused `libs_external` folder with `ulogging.py`
30+
- `libs_external` and `nextion/ulogging.py` removed from `.flake8` exclude list
31+
32+
### Fixed
33+
- Installation instructions in Quickstart document are using `mip`
34+
2035
## [0.15.3] - 2023-05-17
2136
### Fixed
2237
- Publish releases to PyPi again as `micropython-nextion`, see #35
@@ -229,8 +244,9 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$"
229244
- [Example HMI file](examples/everything.HMI) to be used for all examples
230245

231246
<!-- Links -->
232-
[Unreleased]: https://github.com/brainelectronics/micropython-nextion/compare/0.15.3...develop
247+
[Unreleased]: https://github.com/brainelectronics/micropython-nextion/compare/0.16.0...develop
233248

249+
[0.16.0]: https://github.com/brainelectronics/micropython-nextion/tree/0.16.0
234250
[0.15.3]: https://github.com/brainelectronics/micropython-nextion/tree/0.15.3
235251
[0.15.2]: https://github.com/brainelectronics/micropython-nextion/tree/0.15.2
236252
[0.15.1]: https://github.com/brainelectronics/micropython-nextion/tree/0.15.1

0 commit comments

Comments
 (0)