Update version to 2.2.0#3863
Merged
wenyongh merged 1 commit intobytecodealliance:mainfrom Oct 22, 2024
Merged
Conversation
Collaborator
|
@Zzzabiyaka thanks for the reminding! We are planning to release a new version recently, hope that we can start it after several PRs are merged. And I think the version number should be 2.2.0, since we had imported some new important features: multi-memory for classic interpreter, table64, shared heap and so on, see semantic_version.md. So could you help change it? |
Contributor
Author
|
Hi @wenyongh , Sure will do that |
Collaborator
|
@Zzzabiyaka I confirmed with @TianlongLiang and @lum1n0us, all the left PRs for the releasing have been merged, could you update the release notes so that we can do more tests and then release 2.2.0? Thanks. |
Contributor
Author
|
@wenyongh done, thank you |
wenyongh
approved these changes
Oct 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi everyone!
I am proposing to release a new version of WAMR to benefit from the various changes merged recently
It has been a great pleasure preparing the release notes and noticing how much we all were able to do just in a couple of months to improve the runtime!
I bumped only patch version so far, please let me know if we should consider bumping minor instead
@wenyongh, @loganek and other owners, could you please take a look at the release notes to check that the commits distribution between new features / fixes etc looks good to you.
I also ignored all the commits when main was merged into some other branch.
Thank you