Skip to content

Commit 1e3864e

Browse files
committed
change: Update version to 0.1.0
1 parent 9403482 commit 1e3864e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
[tool.commitizen]
4444
name = "czespressif"
45-
version = "0.0.1"
45+
version = "0.1.0"
4646
update_changelog_on_bump = true
4747
tag_format = "v$version"
4848
changelog_start_rev = "v0.0.1"

0 commit comments

Comments
 (0)