-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Bump to version 0.45.0 to start release process #4088
Conversation
Sorry for my misoperation😥 |
bin/oay/DEPENDENCIES.rust.tsv
Outdated
@@ -1,289 +0,0 @@ | |||
crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-DFS-2016 Unlicense Zlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks strange. Why this file is cleared?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. (My apologies, I overlooked the [workspace.dependencies]
version in Cargo.toml
. Since this version doesn't include the patch version, when I searched for the last version, which is 0.44.2, it didn't show up.)
Line 61 in ddca18b
opendal = { version = "0.45", path = "core" } |
Hi, @morristai, please only push tags from the |
Sorry, my mistake. Can it be reverted? |
No, we cannot remove a tag that has already been pushed. Fortunately, our build for rc1 failed, so we now need to push an rc.2 tag which will not impact our subsequent steps. |
Just FYI: For the unfinished task - Update |
Let me update it. |
Hi, there are many changes after this PR created. Would you like to re-generate the changelog? Thanks! |
Should we create a version branch to lock on the feature and bugfix we need |
Too complex for our project, not interested. |
Should we also update the Haskell binding version in |
The haskell binding will have separate release processes. Let's pin 0.44.2 for haskell and remove the path in it. |
Done!
Addressed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@Xuanwo Now I can push |
Yes! Please push a tag on main branch 🥰 |
What's Changed
Added
Changed
IntoFuture
for operator futures to remove an alloc by @Xuanwo in refactor: ImplementIntoFuture
for operator futures to remove an alloc #4098Fixed
Docs
CI
Chore
New Contributors