From 332ffa962b34ec21d932857afdc26dd8cd9124e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:05:15 +0000 Subject: [PATCH] chore: release --- rubicon/CHANGELOG.md | 7 +++++++ rubicon/Cargo.lock | 2 +- rubicon/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"