object_store: Update version to 0.4.0, initial release scripts, CHANGELOG for 0.4.0 release#2392
Conversation
0.4.0 release0.4.0, initial release scripts, CHANGELOG for 0.4.0 release
|
I plan to merge this in without any pre-review so I can then cut the first RC -- I figure anyone who cares can review this code / scripts during the 72 hour voting window |
|
Benchmark runs are scheduled for baseline = 630506e and contender = 195d9c5. 195d9c5 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…NGELOG for `0.4.0` release (apache#2392) * begin putting object store scripts in place * More scripts, initial changelog * Fix tags * updates * Create tarball script * Update version * Start on verify script * Updates * Add release scripts * README updates * prettier * Clean up changelog
Which issue does this PR close?
re #2261
Rationale for this change
This PR includes scripts and instructions for creating
object_storereleases. They are based on the release scripts for theapache-arrow-rs*.tar.gzfilesI opted to put these scripts in a parallel structure in
object_store/dev/releaseboth for convenience as well as for the time when I hope this crate will be brought into its own repository.What changes are included in this PR?
object_storereleaseobject_store/dev/release/update_change_log.sh0.4.0CHANGELOG.md:object_store/dev/release/create-tarball.shobject_store/dev/release/verify-release-candidate.shobject_store/dev/release/release-tarball.shAre there any user-facing changes?
No