chore(release): bump to 0.1.1 and update changelog

This commit is contained in:
Your Name 2025-08-26 04:55:22 +02:00
parent aad60b4328
commit 58aba5b713
2 changed files with 10 additions and 1 deletions

View File

@ -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 dimports orphelins
### Fixed
- Compilation locale validée
## [1.0.0] - 2024-12-19
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "sdk_client"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
[lib]