Skip to content

Commit 5c938a1

Browse files
committed
Bumps version to 0.8.2
1 parent 219624d commit 5c938a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

include/zxc_constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/** @brief Minor version number. */
2828
#define ZXC_VERSION_MINOR 8
2929
/** @brief Patch version number. */
30-
#define ZXC_VERSION_PATCH 1
30+
#define ZXC_VERSION_PATCH 2
3131

3232
/** @cond INTERNAL */
3333
#define ZXC_STR_HELPER(x) #x

wrappers/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zxc-compress",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "ZXC: High-performance lossless asymmetric compression for Node.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

wrappers/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["zxc-sys", "zxc"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.1"
6+
version = "0.8.2"
77
authors = ["Bertrand Lebonnois"]
88
edition = "2024"
99
rust-version = "1.85"

wrappers/rust/zxc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
name = "zxc"
1515

1616
[dependencies]
17-
zxc_sys = { path = "../zxc-sys", version = "0.8.1", package = "zxc-compress-sys" }
17+
zxc_sys = { path = "../zxc-sys", version = "0.8.2", package = "zxc-compress-sys" }
1818
thiserror = "2.0"
1919
libc = "0.2"
2020

0 commit comments

Comments
 (0)