summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml1
-rw-r--r--bzipper/Cargo.toml4
-rw-r--r--bzipper_macros/Cargo.toml2
4 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac775f2..00cd452 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
This is the changelog of `bzipper`.
See `"README.md"` for more information.
+## 0.5.2
+
+* Respecify version numbers
+
## 0.5.1
* Specify `bzipper_macros` version
diff --git a/Cargo.toml b/Cargo.toml
index f816064..90953b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,6 @@ members = ["bzipper", "bzipper_macros"]
resolver = "2"
[workspace.package]
-version = "0.5.1"
authors = ["Gabriel Bjørnager Jensen"]
description = "Binary (de)serialiser."
readme = "README.md"
diff --git a/bzipper/Cargo.toml b/bzipper/Cargo.toml
index cc60e79..08834ff 100644
--- a/bzipper/Cargo.toml
+++ b/bzipper/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "bzipper"
+version = "0.5.2"
edition = "2021"
rust-version = "1.81"
documentation = "https://docs.rs/bzipper/"
-version.workspace = true
authors.workspace = true
description.workspace = true
readme.workspace = true
@@ -20,7 +20,7 @@ alloc = []
std = []
[dependencies]
-bzipper_macros = { path = "../bzipper_macros", version = "*"}
+bzipper_macros = { path = "../bzipper_macros", version = "0.5.2"}
[lints]
workspace = true
diff --git a/bzipper_macros/Cargo.toml b/bzipper_macros/Cargo.toml
index 562251e..a5c900f 100644
--- a/bzipper_macros/Cargo.toml
+++ b/bzipper_macros/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "bzipper_macros"
+version = "0.5.2"
edition = "2021"
documentation = "https://docs.rs/bzipper_macros/"
-version.workspace = true
authors.workspace = true
description.workspace = true
readme.workspace = true