diff --git a/libcsp-sys/CHANGELOG.md b/libcsp-sys/CHANGELOG.md index fd4480e..b6448c4 100644 --- a/libcsp-sys/CHANGELOG.md +++ b/libcsp-sys/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.1.1] 2024-06-01 + +Try to fix the documentation build. + # [v0.1.0] 2024-06-01 Initial release diff --git a/libcsp-sys/Cargo.toml b/libcsp-sys/Cargo.toml index fa75b86..f41bfe9 100644 --- a/libcsp-sys/Cargo.toml +++ b/libcsp-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcsp-sys" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Robin Mueller "] description = "FFI bindings for libcsp"