From 1f4e552c520bd1a38f1340ed8cd91f6daa32c0ed Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 1 Jun 2024 20:28:54 +0200 Subject: [PATCH] try to fix doc build --- libcsp-sys/CHANGELOG.md | 4 ++++ libcsp-sys/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"