Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustic_cdc"
version = "0.3.1"
version = "0.3.2"
authors = [
"Vincent Cantin <[email protected]>",
"the rustic-rs team",
Expand Down