From b2670432ff44b3986b1a0ce3a647ff83c478e760 Mon Sep 17 00:00:00 2001 From: Jan Cibulka Date: Fri, 13 Dec 2024 15:36:53 +0200 Subject: [PATCH] release: v0.9.0 --- CHANGELOG.md | 7 ++++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66740aa..1769101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.9.0] - 2024-12-13 + +### Features + +- [**breaking**] Add localpart to CSV import and use localpart as Zitadel user ID and localpart metadata + ## [0.8.0] - 2024-12-10 ### Features @@ -211,4 +217,3 @@ All notable changes to this project will be documented in this file. - Add test for syncing binary values - diff --git a/Cargo.lock b/Cargo.lock index 44e0641..64698c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -707,7 +707,7 @@ dependencies = [ [[package]] name = "famedly-sync" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e7de4a2..2c3ccac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "famedly-sync" -version = "0.8.0" +version = "0.9.0" authors = [] edition = "2021" publish = false