Skip to content

v0.19.1 #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dropbox-sdk"
version = "0.19.0"
version = "0.19.1"
authors = ["Bill Fraser <[email protected]>"]
edition = "2021"
description = "Rust bindings to the Dropbox API, generated by Stone from the official spec."
Expand Down
6 changes: 4 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
2025-01-03
Expand Down