From f0ff430b49c042f0f9a4dfd6af6fd6e94d1bf0a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:41:14 +0000 Subject: [PATCH] chore: release v0.1.1 (#32) * chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ethan Brierley --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a95a2..290d521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/eopb/tide-tracing/compare/v0.1.0...v0.1.1) - 2023-10-23 + +### Documentation +- Include `README.md` content in rustdoc output + +### Other +- Forbid unsafe code with `#![forbid(unsafe_code)]` + ## [0.1.0](https://github.com/eopb/tide-tracing/compare/v0.0.13...v0.1.0) - 2023-10-23 ### Features diff --git a/Cargo.toml b/Cargo.toml index d8da875..071c2a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tide-tracing" -version = "0.1.0" +version = "0.1.1" authors = ["Ethan Brierley "] license = "MIT/Apache-2.0" readme = "README.md"