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**