From faf18a084d988f244239d18fa0e61f68308218be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Tue, 4 Feb 2025 21:27:41 +0800 Subject: [PATCH] release: v0.9.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1769101..b2a9c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.9.1] - 2025-02-05 + +### Bug Fixes + +- Update file paths in documentation +- Update sample configuration path + +### Documentation + +- Add warning about service user scopes + ## [0.9.0] - 2024-12-13 ### Features diff --git a/Cargo.lock b/Cargo.lock index 66fbf54..9633cf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,7 +723,7 @@ dependencies = [ [[package]] name = "famedly-sync" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 21d4eaf..f6fadca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "famedly-sync" -version = "0.9.0" +version = "0.9.1" authors = [] edition = "2021" publish = false