Skip to content

Commit 56ee3b9

Browse files
committed
release version 0.4.1
1 parent d0031d8 commit 56ee3b9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolver = "2"
1515

1616
# Global settings for our crates
1717
[workspace.package]
18-
version = "0.4.0"
18+
version = "0.4.1"
1919
edition = "2021"
2020
license = "Zlib"
2121
repository = "https://github.com/trifectatechfoundation/zlib-rs"
@@ -37,7 +37,7 @@ libz-sys = { version = "1.1.19", default-features = false, features = ["zlib-ng"
3737
arbitrary = { version = "1.0" }
3838
quickcheck = { version = "1.0.3", default-features = false, features = [] }
3939

40-
libz-rs-sys = { version = "0.4.0", path = "./libz-rs-sys", default-features = false }
41-
zlib-rs = { version = "0.4.0", path = "./zlib-rs", default-features = false }
40+
libz-rs-sys = { version = "0.4.1", path = "./libz-rs-sys", default-features = false }
41+
zlib-rs = { version = "0.4.1", path = "./zlib-rs", default-features = false }
4242
dynamic-libz-sys = { path = "./dynamic-libz-sys" }
4343

docs/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- [ ] Run `cargo clean`
1616
- [ ] Run `cargo build --release`
1717
- [ ] Run `cargo test --release`
18+
- [ ] Run `(cd libz-rs-sys-cdylib && cargo check)`
1819
- [ ] `git commit -a -S -m "Release $VERSION"` (where `$VERSION` is the actual
1920
version to be released, making sure the commit is signed)
2021
- [ ] Run `cargo publish --dry-run -p zlib-rs`

libz-rs-sys-cdylib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libz-rs-sys-cdylib"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
readme = "README.md"
66
license = "Zlib"
@@ -22,7 +22,7 @@ custom-prefix = ["libz-rs-sys/custom-prefix"] # use the LIBZ_RS_SYS_PREFIX to pr
2222
capi = []
2323

2424
[dependencies]
25-
libz-rs-sys = { version = "0.4.0", path = "../libz-rs-sys", default-features = false }
25+
libz-rs-sys = { version = "0.4.1", path = "../libz-rs-sys", default-features = false }
2626

2727
[package.metadata.capi.library]
2828
version = "1.3.0" # the zlib api version we match

0 commit comments

Comments
 (0)