Skip to content

Commit 487d4c2

Browse files
chore: release v0.3.2
1 parent 125ce93 commit 487d4c2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.2](https://github.com/rustic-rs/cdc/compare/v0.3.1...v0.3.2) - 2024-11-27
11+
12+
### Other
13+
14+
- update cross-ci workflow to use only stable Rust version
15+
- *(deps)* add aws-lc-rs and aws-lc-sys to deny list due to build complexity and cross-compilation issues
16+
- enable cross-compilation for additional targets in CI workflow to match rustic-rs
17+
- enhance cross-checking job name with Rust version and update .gitignore for IDE files
18+
- add installation script for default dependencies on x86_64-unknown-linux-musl
19+
- add cross-ci ([#6](https://github.com/rustic-rs/cdc/pull/6))
20+
1021
## [0.3.1](https://github.com/rustic-rs/cdc/compare/v0.3.0...v0.3.1) - 2024-11-05
1122

1223
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustic_cdc"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = [
55
"Vincent Cantin <[email protected]>",
66
"the rustic-rs team",

0 commit comments

Comments
 (0)