diff --git a/rubicon/CHANGELOG.md b/rubicon/CHANGELOG.md index 059e193..7a104df 100644 --- a/rubicon/CHANGELOG.md +++ b/rubicon/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.4](https://github.com/bearcove/rubicon/compare/v3.4.3...v3.4.4) - 2024-09-17 + +### Other + +- Fix failing doc tests +- Improve documentation a lot + ## [3.4.3](https://github.com/bearcove/rubicon/compare/v3.4.2...v3.4.3) - 2024-09-17 ### Other diff --git a/rubicon/Cargo.lock b/rubicon/Cargo.lock index 5f72a4c..35cf0a4 100644 --- a/rubicon/Cargo.lock +++ b/rubicon/Cargo.lock @@ -16,7 +16,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "rubicon" -version = "3.4.3" +version = "3.4.4" dependencies = [ "libc", "paste", diff --git a/rubicon/Cargo.toml b/rubicon/Cargo.toml index 2b2f9bd..fb27413 100644 --- a/rubicon/Cargo.toml +++ b/rubicon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rubicon" -version = "3.4.3" +version = "3.4.4" edition = "2021" authors = ["Amos Wenger "] license = "MIT OR Apache-2.0"