diff --git a/rubicon/CHANGELOG.md b/rubicon/CHANGELOG.md index 65a2404..bca5793 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.2](https://github.com/bearcove/rubicon/compare/v3.4.1...v3.4.2) - 2024-09-14 + +### Other + +- Have macros generate attributes that let clippy ignore + ## [3.4.1](https://github.com/bearcove/rubicon/compare/v3.4.0...v3.4.1) - 2024-09-05 ### Other diff --git a/rubicon/Cargo.lock b/rubicon/Cargo.lock index 8918e08..a2af5ee 100644 --- a/rubicon/Cargo.lock +++ b/rubicon/Cargo.lock @@ -16,7 +16,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "rubicon" -version = "3.4.1" +version = "3.4.2" dependencies = [ "libc", "paste", diff --git a/rubicon/Cargo.toml b/rubicon/Cargo.toml index 1fad8cf..1cdb933 100644 --- a/rubicon/Cargo.toml +++ b/rubicon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rubicon" -version = "3.4.1" +version = "3.4.2" edition = "2021" authors = ["Amos Wenger "] license = "MIT OR Apache-2.0"