Skip to content

Commit 195ffaa

Browse files
committed
v0.19.1
1 parent 05429e2 commit 195ffaa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dropbox-sdk"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
authors = ["Bill Fraser <[email protected]>"]
55
edition = "2021"
66
description = "Rust bindings to the Dropbox API, generated by Stone from the official spec."

Diff for: RELEASE_NOTES.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# unreleased changes
2-
* Default non-async HTTP client, ureq, updated from major version 2 to 3.
1+
# v0.19.1
2+
2025-03-13
3+
* ureq (default non-async HTTP client impl) updated from major version 2 to 3.
4+
* Errors without specific messages now include the error name in their Display impl
35

46
# v0.19.0
57
2025-01-03

0 commit comments

Comments
 (0)