diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 4 |
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 @@ -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." @@ -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`. |