From e961799889b4f4818c891ff3e88356fc7e3fefcd Mon Sep 17 00:00:00 2001 From: oxalica Date: Mon, 3 Jun 2024 22:22:55 -0400 Subject: [PATCH] Bump to 0.2.8 --- 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 6f0040e..f5f7600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## 0.2.8 - 2024-06-04 + ### Fixes - Login now uses consumer-tenant API thus should support Apps targeting diff --git a/Cargo.lock b/Cargo.lock index 8d2eb87..2d0d240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "onedrive-fuse" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 95f8abd..cc9060d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onedrive-fuse" -version = "0.2.7" +version = "0.2.8" edition = "2021" repository = "https://github.com/oxalica/onedrive-fuse" keywords = ["onedrive", "fuse"]