From 487d4c204294f25322c5f84f4741ca3139652e94 Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:42:55 +0000 Subject: [PATCH] chore: release v0.3.2 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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",