diff --git a/CHANGELOG.md b/CHANGELOG.md index db0e863..8e44c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/rustic-rs/cdc/compare/v0.3.1...v0.3.2) - 2024-11-27 + +### Other + +- update cross-ci workflow to use only stable Rust version +- *(deps)* add aws-lc-rs and aws-lc-sys to deny list due to build complexity and cross-compilation issues +- enable cross-compilation for additional targets in CI workflow to match rustic-rs +- enhance cross-checking job name with Rust version and update .gitignore for IDE files +- add installation script for default dependencies on x86_64-unknown-linux-musl +- add cross-ci ([#6](https://github.com/rustic-rs/cdc/pull/6)) + ## [0.3.1](https://github.com/rustic-rs/cdc/compare/v0.3.0...v0.3.1) - 2024-11-05 ### Other diff --git a/Cargo.toml b/Cargo.toml index 1c74511..6d22b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic_cdc" -version = "0.3.1" +version = "0.3.2" authors = [ "Vincent Cantin ", "the rustic-rs team",