Skip to content

Commit

Permalink
release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Dec 16, 2024
1 parent d0031d8 commit 56ee3b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"

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

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

1 change: 1 addition & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [ ] Run `cargo clean`
- [ ] Run `cargo build --release`
- [ ] Run `cargo test --release`
- [ ] Run `(cd libz-rs-sys-cdylib && cargo check)`
- [ ] `git commit -a -S -m "Release $VERSION"` (where `$VERSION` is the actual
version to be released, making sure the commit is signed)
- [ ] Run `cargo publish --dry-run -p zlib-rs`
Expand Down
4 changes: 2 additions & 2 deletions libz-rs-sys-cdylib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libz-rs-sys-cdylib"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
readme = "README.md"
license = "Zlib"
Expand All @@ -22,7 +22,7 @@ custom-prefix = ["libz-rs-sys/custom-prefix"] # use the LIBZ_RS_SYS_PREFIX to pr
capi = []

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

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

0 comments on commit 56ee3b9

Please sign in to comment.