File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed
Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 1+ ## WAMR-2.3.1
2+
3+ ### Breaking Changes
4+
5+ - Revert the location to install public headers (#4295 )
6+
7+ ### New Features
8+
9+ - feat: Add instruction metering for interpreter (#4122 )
10+
11+ ### Bug Fixes
12+
13+ - Fix SIMD load lane to avoid incompatible pointer types (#4278 )
14+ - Fixed unit tests on X86_32 (#4279 )
15+ - Improve Embedding WAMR guideline (#4284 )
16+ - Fix Compiler Error C2491 (#4286 )
17+ - Enhance type checking for function types in loader and improve error handling (#4294 )
18+ - Dockerfile.vx-delegate build error fix (#4273 )
19+ - Enable runtime API exposure for MSVC builds (#4287 )
20+
21+ ### Enhancements
22+
23+ - feat(yml): Add ESP32-P4 and ESP32-C5 support (#4270 )
24+ - add a sample to use cmake package (#4291 )
25+
26+ ### Others
27+
28+ - build(deps): Bump github/codeql-action from 3.28.17 to 3.28.18 (#4285 )
29+
30+ ---
31+
132## WAMR-2.3.0
233
334### Breaking changes
Original file line number Diff line number Diff line change 88
99set (WAMR_VERSION_MAJOR 2)
1010set (WAMR_VERSION_MINOR 3)
11- set (WAMR_VERSION_PATCH 0 )
11+ set (WAMR_VERSION_PATCH 1 )
1212
1313message ("-- WAMR version: ${WAMR_VERSION_MAJOR} .${WAMR_VERSION_MINOR} .${WAMR_VERSION_PATCH} " )
1414
Original file line number Diff line number Diff line change 1818/* clang-format off */
1919#define WAMR_VERSION_MAJOR 2
2020#define WAMR_VERSION_MINOR 3
21- #define WAMR_VERSION_PATCH 0
21+ #define WAMR_VERSION_PATCH 1
2222/* clang-format on */
2323
2424#endif
You can’t perform that action at this time.
0 commit comments