diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc9f5b..c2b69c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.1.3] 2024-06-01 + +Fixed documentation build. + # [v0.1.2] 2024-06-01 Restructured crate to be the root package of a workspace. diff --git a/Cargo.lock b/Cargo.lock index 0f75372..b90dc8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "libcsp-sys" -version = "0.1.0" +version = "0.1.1" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index a8b8ebf..b3019d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcsp" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Robin Mueller "] description = "Safe and ergonomic Rust API for libcsp on top on libcsp-sys"