Skip to content

Commit ccd03cf

Browse files
kirisakiclaude
andcommitted
chore: Bump version to 0.3.1
- V4 panic handler integration for ESP32-C6 - Updated to V4-engine v0.13.0 - Fixed panic handler compilation errors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f4c9cc0 commit ccd03cf

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

CHANGELOG.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Changed
11-
- **Updated panic handler for V4-engine Unreleased API**
12-
- Use `V4PanicInfo` struct with new field names
13-
- Use `PRId32` format specifier for portable int32_t formatting
14-
- Re-enabled panic_handler.cpp in build configuration
15-
- Fixed Docker compose V4-engine mount path (V4 → V4-engine)
16-
17-
### Fixed
18-
- Fixed compilation errors in panic handler implementation
19-
- Added missing LED control functions
20-
- Added `<cinttypes>` include for PRId32
21-
- Corrected PanicInfo field access
22-
23-
## [0.3.0] - 2025-11-05
10+
## [0.3.1] - 2025-11-05
2411

2512
### Added
2613
- **V4 panic handler integration** for ESP32-C6 runtime
@@ -29,10 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2916
- Shows top 4 data stack values for debugging
3017
- Visual error indication via rapid LED blinking
3118
- System halt on fatal errors for safe debugging
32-
- Integration with V4-engine v0.12.0 panic handler API
3319

3420
### Changed
35-
- **Updated to V4-engine v0.12.0** for panic handler support
21+
- **Updated to V4-engine v0.13.0** for improved panic handler API
22+
- Use `V4PanicInfo` struct with correct field names
23+
- Use `PRId32` format specifier for portable int32_t formatting
24+
- Fixed Docker compose V4-engine mount path (V4 → V4-engine)
25+
26+
### Fixed
27+
- Fixed compilation errors in panic handler implementation
28+
- Added missing LED control functions
29+
- Added `<cinttypes>` include for PRId32
30+
- Corrected PanicInfo field access
3631

3732
## [0.2.0] - 2025-11-05
3833

@@ -99,3 +94,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9994
- Build system (CMake + Makefile wrapper)
10095
- Documentation skeleton
10196
- MIT + Apache 2.0 dual licensing
97+
98+
[Unreleased]: https://github.com/V4-project/V4-runtime/compare/v0.3.1...HEAD
99+
[0.3.1]: https://github.com/V4-project/V4-runtime/compare/v0.2.0...v0.3.1
100+
[0.2.0]: https://github.com/V4-project/V4-runtime/compare/v0.1.0...v0.2.0
101+
[0.1.0]: https://github.com/V4-project/V4-runtime/compare/v0.0.0...v0.1.0
102+
[0.0.0]: https://github.com/V4-project/V4-runtime/releases/tag/v0.0.0

0 commit comments

Comments
 (0)