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"