Skip to content

Commit 30099d0

Browse files
update changelog for 0.1.1 fix
1 parent 6c48135 commit 30099d0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

changelog.md

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

1919
## Released
20+
## [0.1.1] - 2023-06-12
21+
### Fixed
22+
- Usage documentation with more comments and WiFi instructions in root README
23+
- Validate `package.json` file in test workflow
24+
2025
## [0.1.0] - 2023-03-09
2126
### Added
2227
- `const.py`, `display.py` and `typing.py` in `lcd_i2c` module
@@ -29,6 +34,7 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$"
2934
- Not used files provided with [template repo](https://github.com/brainelectronics/micropython-i2c-lcd)
3035

3136
<!-- Links -->
32-
[Unreleased]: https://github.com/brainelectronics/micropython-i2c-lcd/compare/0.1.0...main
37+
[Unreleased]: https://github.com/brainelectronics/micropython-i2c-lcd/compare/0.1.1...main
3338

34-
[0.1.0]: https://github.com/brainelectronics/micropython-i2c-lcd/tree/0.6.0
39+
[0.1.1]: https://github.com/brainelectronics/micropython-i2c-lcd/tree/0.1.1
40+
[0.1.0]: https://github.com/brainelectronics/micropython-i2c-lcd/tree/0.1.0

0 commit comments

Comments
 (0)