Skip to content

Commit 908b9b4

Browse files
update changelog
1 parent 78d95b1 commit 908b9b4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
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.8.0] - 2023-03-29
21+
### Added
22+
- Add `MicoPython` as `Implementation` in setup `classifiers`, see [#16](https://github.com/brainelectronics/micropython-package-template/issues/16)
23+
- Verify `package.json` against latest changelog and setup in test workflow, see [#17](https://github.com/brainelectronics/micropython-package-template/issues/17)
24+
2025
## [0.7.0] - 2023-03-17
2126
### Added
2227
- Set settings for JSON files to use an indentation of 4 in `.editorconfig`
@@ -110,8 +115,9 @@ r"^\#\# \[\d{1,}[.]\d{1,}[.]\d{1,}\] \- \d{4}\-\d{2}-\d{2}$"
110115
- [`setup.py`](setup.py) and [`sdist_upip.py`](sdist_upip.py) file
111116

112117
<!-- Links -->
113-
[Unreleased]: https://github.com/brainelectronics/micropython-package-template/compare/0.7.0...main
118+
[Unreleased]: https://github.com/brainelectronics/micropython-package-template/compare/0.8.0...main
114119

120+
[0.8.0]: https://github.com/brainelectronics/micropython-package-template/tree/0.8.0
115121
[0.7.0]: https://github.com/brainelectronics/micropython-package-template/tree/0.7.0
116122
[0.6.0]: https://github.com/brainelectronics/micropython-package-template/tree/0.6.0
117123
[0.5.0]: https://github.com/brainelectronics/micropython-package-template/tree/0.5.0

0 commit comments

Comments
 (0)