Skip to content

Commit

Permalink
chore: Bump to v0.43.0 to start release process (Round 3) (#3685)
Browse files Browse the repository at this point in the history
chore: Bump to v0.43.0-rc.3 to start release process
  • Loading branch information
G-XD authored Nov 30, 2023
1 parent fb4b8ea commit 146e960
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [v0.43.0] - 2023-11-27
## [v0.43.0] - 2023-11-30

### Added
* feat(bindings/C): Add opendal_operator_rename and opendal_operator_copy by @jiaoew1991 in https://github.com/apache/incubator-opendal/pull/3517
Expand Down Expand Up @@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
* fix(service/hdfs): enable hdfs append support by @qingwen220 in https://github.com/apache/incubator-opendal/pull/3600
* fix(ci): fix setup node by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3611
* fix(core): Path in remove not normalized by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3671
* fix(core): Build with redis features and Rust < 1.72 by @vincentdephily in https://github.com/apache/incubator-opendal/pull/3683
### Docs
* docs: Add questdb in users list by @caicancai in https://github.com/apache/incubator-opendal/pull/3532
* docs: Add macos specific doc updates for hdfs by @shbhmrzd in https://github.com/apache/incubator-opendal/pull/3559
Expand Down Expand Up @@ -91,6 +92,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
* chore: Polish comments for `stat` and `stat_with` by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3657
* chore: clearer doc for python binding by @wcy-fdu in https://github.com/apache/incubator-opendal/pull/3667
* chore: Bump to v0.43.0 to start release process by @G-XD in https://github.com/apache/incubator-opendal/pull/3672
* chore: Bump to v0.43.0 to start release process (Round 2) by @G-XD in https://github.com/apache/incubator-opendal/pull/3676
* chore: add license.workspace to help cargo deny reports by @tisonkun in https://github.com/apache/incubator-opendal/pull/3679
* chore: clearer doc for list metakey by @wcy-fdu in https://github.com/apache/incubator-opendal/pull/3666

## [v0.42.0] - 2023-11-07

Expand Down
2 changes: 1 addition & 1 deletion website/community/committers/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ This issue is used to track tasks of the opendal ${opendal_version} release.
- [ ] Release Maven artifacts
- [ ] Send the announcement

For details of each step, please refer to: https://opendal.apache.org/docs/contributing/release
For details of each step, please refer to: https://opendal.apache.org/community/committers/release
```

## GitHub Side
Expand Down

0 comments on commit 146e960

Please sign in to comment.