We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9403482 commit 1e3864eCopy full SHA for 1e3864e
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+## v0.1.0 (2025-05-13)
2
+
3
+### ✨ New Features
4
5
+- add missing chip targets *(Roland Dobai - 9403482)*
6
+- Produce JSON outputs from ELF binaries *(Roland Dobai - d4bc777)*
7
+- Build with the esp-stub-lib *(Roland Dobai - baea82b)*
8
+- Adopt cmake for project build system generation *(Roland Dobai - a812780)*
9
+- add esp-stub-lib dependency *(Roland Dobai - 5fdad64)*
pyproject.toml
@@ -42,7 +42,7 @@
42
43
[tool.commitizen]
44
name = "czespressif"
45
- version = "0.0.1"
+ version = "0.1.0"
46
update_changelog_on_bump = true
47
tag_format = "v$version"
48
changelog_start_rev = "v0.0.1"
0 commit comments