Marcin Kolny
3fbb7fca25
Update version to 2.1.0 and update release notes ( #3481 )
...
There was quite a few enhancements since 2.0.0 release and it'd be good to
have another release now.
2024-06-04 16:27:06 +08:00
Wenyong Huang
e7a8b3e743
Update version number to 2.0.0 and update release notes ( #3327 )
...
And enable code format check for wasm_export.h and add '\n' in os_printf
in sgx platform source files.
2024-04-20 10:16:34 +08:00
Wenyong Huang
b3f728ceb3
Update version number to 1.3.2 and update release notes ( #3083 )
2024-02-01 12:42:12 +08:00
Wenyong Huang
17e3bf255c
Update version number to 1.3.1 and update release notes ( #2999 )
2024-01-12 11:31:01 +08:00
Wenyong Huang
ac602bda32
Update version number to 1.3.0 and update release notes ( #2821 )
...
And refine the code format for wasm_export.h.
2023-12-06 16:27:21 +08:00
Marcin Kolny
7f996a4559
Update version number and release notes ( #2378 )
...
Update the version number to 1.2.3 and update the release notes.
2023-08-22 08:55:36 +08:00
Wenyong Huang
f69ff70587
Update version number and release notes ( #2213 )
2023-05-16 12:39:22 +08:00
Wenyong Huang
6af87855b4
Update version number and release notes ( #2103 )
...
And restore the CI vsce publish and change the wamride publisher name.
2023-04-04 12:13:40 +08:00
Wenyong Huang
0faec7c96c
Update version to 1.2.0 and update release notes ( #2062 )
2023-03-25 20:25:54 +08:00
Wenyong Huang
0d9e527fa0
Upgrade version number to 1.1.2 ( #1788 )
...
Upgrade version number to 1.1.2, update RELEASE_NOTES.md and
clear several compile warnings.
2022-12-08 12:21:34 +08:00
liang.he
b5eea934cf
Maintain semantic version info in core/version.h ( #1630 )
...
Remove version info from config_common.cmake, ref to #1617
2022-10-24 12:46:03 +08:00
Wenyong Huang
dc4dcc3d6f
Upgrade version number to 1.1.1 ( #1609 )
2022-10-18 09:31:27 +08:00
Wenyong Huang
a9e5150c82
Upgrade version number to 1.1.0 ( #1536 )
2022-09-30 17:24:43 +08:00
liang.he
717e8a48e2
Enable the semantic version mechanism for WAMR ( #1374 )
...
Use the semantic versioning (https://semver.org ) to replace the current date
versioning system, which is more general and is requested by some developers,
e.g. issue #1357 .
There are three parts in the new version string:
- major. Any incompatible modification on ABIs and APIs will lead to an increment
in the value of major, which mainly includes: AOT calling conventions, AOT file
format, wasm_export.h, wasm_c_api.h, and so on.
- minor. It represents new features, including MVP/POST-MVP features, libraries,
WAMR private ones, and so one.
- patch. It represents patches.
The new version will start from 1.0.0. Update the help info and version showing for
iwasm and wamrc.
2022-08-18 19:01:05 +08:00