From a0d7837c712a2960d204bcf349be2c7d6048342c Mon Sep 17 00:00:00 2001 From: oxalica Date: Mon, 19 Feb 2024 19:37:09 -0500 Subject: [PATCH] Bump to 0.9.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6947428..bb252a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## Unreleased +## v0.9.1 + ### Added - Add `create_drive_item` for `driveItem` creation with custom attributes. [#6] diff --git a/Cargo.lock b/Cargo.lock index 098d578..577c84e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "onedrive-api" -version = "0.9.0" +version = "0.9.1" dependencies = [ "bytes", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index f574819..4418a9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onedrive-api" -version = "0.9.0" +version = "0.9.1" repository = "https://github.com/oxalica/onedrive-api" categories = ["api-bindings"] keywords = ["onedrive", "http", "api"]