From b5d5c2316712cc7ca1c2871ef8d0ab337da5a2fc Mon Sep 17 00:00:00 2001 From: Bill Fraser Date: Tue, 5 Nov 2024 15:38:05 -0800 Subject: [PATCH] beta2 relnotes --- Cargo.toml | 2 +- RELEASE_NOTES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2dd10bd..e76bdeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropbox-sdk" -version = "0.19.0-beta1" +version = "0.19.0-beta2" authors = ["Bill Fraser "] edition = "2018" description = "Rust bindings to the Dropbox API, generated by Stone from the official spec." diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d7c76ed..726255b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +# v0.19.0-beta2 +2024-11-05 +* renamed sync_routes_default feature to sync_routes_in_root +* improved appearance of docs wrt features +* added tests for custom clients logic + # v0.19.0-beta1 2024-10-31 * **BIG CHANGE: async support added**