Skip to content

Commit 98c1e9f

Browse files
committed
v0.9.0
1 parent c581e85 commit 98c1e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dropbox-sdk"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Bill Fraser <wfraser@dropbox.com>"]
55
edition = "2018"
66
description = "Rust bindings to the Dropbox APIv2, generated by Stone from the official spec."

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# v0.9.0
2-
xxxx-yy-zz
2+
2020-11-30
33
* All structs and enums except ones marked `union_closed` in the spec are now marked with
44
`#[non_exhaustive]`. This means destructuring of structs must use `..` to indicate that other
55
fields may be present, and matches on enums must include a `_` case to indicate that other

0 commit comments

Comments
 (0)