summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b64f548..781fc7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
This is the changelog of `bzipper`.
See `"README.md"` for more information.
+## 0.4.5
+
+* Fix package metadata :(
+
## 0.4.4
* Fix docs logo
diff --git a/Cargo.toml b/Cargo.toml
index 956a1de..b2a3bbd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bzipper"
-version = "0.4.3"
+version = "0.4.5"
authors = ["Gabriel Bjørnager Jensen"]
edition = "2021"
description = "Binary (de)serialiser."