From fbb86ca0c8f38256f789d4c902648e1698294328 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:18:59 +0000 Subject: [PATCH] chore: release v3.4.10 --- rubicon/CHANGELOG.md | 6 ++++++ rubicon/Cargo.lock | 4 ++-- rubicon/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/rubicon/CHANGELOG.md b/rubicon/CHANGELOG.md index 5468056..733a28c 100644 --- a/rubicon/CHANGELOG.md +++ b/rubicon/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.10](https://github.com/bearcove/rubicon/compare/v3.4.9...v3.4.10) - 2024-12-06 + +### Other + +- Link to the new -Z randomize-layout doc page + ## [3.4.9](https://github.com/bearcove/rubicon/compare/v3.4.8...v3.4.9) - 2024-09-17 ### Fixed diff --git a/rubicon/Cargo.lock b/rubicon/Cargo.lock index 5d68d3a..90f0c71 100644 --- a/rubicon/Cargo.lock +++ b/rubicon/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "libc" @@ -16,7 +16,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "rubicon" -version = "3.4.9" +version = "3.4.10" dependencies = [ "libc", "paste", diff --git a/rubicon/Cargo.toml b/rubicon/Cargo.toml index 79f2308..7bd556a 100644 --- a/rubicon/Cargo.toml +++ b/rubicon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rubicon" -version = "3.4.9" +version = "3.4.10" edition = "2021" authors = ["Amos Wenger "] license = "MIT OR Apache-2.0"