summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf2ecba..19a2b09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
This is the changelog of `bzipper`.
+## 0.4.1
+
+* Update readme
+
## 0.4.0
* Add logo
diff --git a/Cargo.toml b/Cargo.toml
index 54c4ccd..03d27ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bzipper"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Gabriel Bjørnager Jensen"]
edition = "2021"
description = "Binary (de)serialiser."
diff --git a/README.md b/README.md
index 0348372..810790c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# 'bzipper`
+# `bzipper`
[`bzipper`](https://crates.io/crates/bzipper) is a binary (de)serialiser for the Rust language.
@@ -9,6 +9,8 @@ Keep in mind that this project is still work-in-progress.
This crate does not require any dependencies at the moment.
+See [Docs.rs](https://docs.rs/bzipper/latest/bzipper/) for documentation.
+
## Data Model
Most primitive types serialise losslessly, with the exception being `usize` and `isize`.