We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05429e2 commit 05e86aeCopy full SHA for 05e86ae
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dropbox-sdk"
3
-version = "0.19.0"
+version = "0.19.1"
4
authors = ["Bill Fraser <wfraser@dropbox.com>"]
5
edition = "2021"
6
description = "Rust bindings to the Dropbox API, generated by Stone from the official spec."
RELEASE_NOTES.md
@@ -1,5 +1,7 @@
-# unreleased changes
-* Default non-async HTTP client, ureq, updated from major version 2 to 3.
+# v0.19.1
+2025-03-14
+* ureq (default non-async HTTP client impl) updated from major version 2 to 3.
+* Errors without specific messages now include the error name in their Display impl
# v0.19.0
7
2025-01-03
0 commit comments