Skip to content

Commit 76cffdf

Browse files
chore: release v0.3.2
1 parent c4279d6 commit 76cffdf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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-26
11+
12+
### Other
13+
14+
- enable cross-compilation for additional targets in CI workflow to match rustic-rs
15+
- enhance cross-checking job name with Rust version and update .gitignore for IDE files
16+
- add installation script for default dependencies on x86_64-unknown-linux-musl
17+
- add cross-ci ([#6](https://github.com/rustic-rs/cdc/pull/6))
18+
1019
## [0.3.1](https://github.com/rustic-rs/cdc/compare/v0.3.0...v0.3.1) - 2024-11-05
1120

1221
### 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)