Skip to content

Commit f69ff70

Browse files
authored
Update version number and release notes (#2213)
1 parent 1e5f206 commit f69ff70

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

RELEASE_NOTES.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## WAMR-1.2.2
2+
3+
### Breaking Changes
4+
5+
### New Features
6+
- Implement Fast JIT multi-threading feature (#2134)
7+
8+
### Bug Fixes
9+
- Update request.ts wasm_response_send signature (#2122)
10+
- Fix ems allocator unaligned memory access on riscv64 (#2140)
11+
- libc_wasi_wrapper.c: Fix min func issue for size_t < 8 bytes on some platforms (#2152)
12+
- Fix three multi-threading and wasm-c-api-imports issues (#2173)
13+
- Fix build polybench benchmark error with wasi-sdk-19.0 (#2187)
14+
- Fix wamr-ide debugger ignoring launch config (#2155)
15+
16+
### Enhancements
17+
- Add test for validating linear memory size updates (#2078)
18+
- Update Zephyr docs to remove unsupported west subcommand (#2128)
19+
- Update messages/comments to refer the new place of the version definition (#2133)
20+
- build_wamr_lldb.yml: sync lldb build options between ubuntu and macos (#2132)
21+
- build_wamr_vscode_ext.yml: vsce publish only on the official repo (#2130)
22+
- VSCode-Extension: Download lldb built for ubuntu 20.04 (#2139)
23+
- Avoid re-installing if Tensorflow is already installed for WASI-NN (#2148)
24+
- wamrc: Add --stack-usage option (#2158)
25+
- Fix URL in language-bindings/python/README.md (#2166)
26+
- Fix URL in embed_wamr.md (#2165)
27+
- Fix URL in README.md (#2168)
28+
- Return error when exception was raised after main thread finishes (#2169)
29+
- wasi-nn: Add external delegation to support several NPU/GPU (#2162)
30+
- Update document for iwasm/wamrc dependent packages (#2183)
31+
- Use a manual flag to disable clock_nanosleep on the unsupported platforms (#2176)
32+
- Fix compile warnings on windows platform (#2208)
33+
34+
### Others
35+
- CI: Add ubsan checks to samples/wasm-c-api (#2147)
36+
- CI: More precise trigger paths for github actions (#2157)
37+
38+
---
39+
140
## WAMR-1.2.1
241

342
### Breaking Changes

core/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
#define _WAMR_VERSION_H_
88
#define WAMR_VERSION_MAJOR 1
99
#define WAMR_VERSION_MINOR 2
10-
#define WAMR_VERSION_PATCH 1
10+
#define WAMR_VERSION_PATCH 2
1111
#endif

0 commit comments

Comments
 (0)