From 58aba5b713c1eeb6ebd97f07e139b4e3618b2210 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 26 Aug 2025 04:55:22 +0200 Subject: [PATCH] chore(release): bump to 0.1.1 and update changelog --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c65fbde..7cca5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,15 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Amélioration de la gestion des erreurs dans les tests - Correction des configurations Docker +## [0.1.1] - 2025-08-26 + +### Changed +- Documentation `sdk_client`: révision complète, recentrage périmètre SDK (API, Architecture, Usage, Testing, Security Audit, README, INDEX) +- Build: correction imports `js_sys` et nettoyage d’imports orphelins + +### Fixed +- Compilation locale validée + ## [1.0.0] - 2024-12-19 ### Added diff --git a/Cargo.toml b/Cargo.toml index 5814817..73882b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdk_client" -version = "0.1.0" +version = "0.1.1" edition = "2021" [lib]