diff --git a/rubicon/CHANGELOG.md b/rubicon/CHANGELOG.md index 8de41a7..a00e853 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.7](https://github.com/bearcove/rubicon/compare/v3.4.6...v3.4.7) - 2024-09-17 + +### Other + +- Explain running compat checks locally +- Export compatibility_check_once no matter what cargo features are enabled + ## [3.4.6](https://github.com/bearcove/rubicon/compare/v3.4.5...v3.4.6) - 2024-09-17 ### Other diff --git a/rubicon/Cargo.lock b/rubicon/Cargo.lock index 84f6897..07809ca 100644 --- a/rubicon/Cargo.lock +++ b/rubicon/Cargo.lock @@ -16,7 +16,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "rubicon" -version = "3.4.6" +version = "3.4.7" dependencies = [ "libc", "paste", diff --git a/rubicon/Cargo.toml b/rubicon/Cargo.toml index 9ecf5c2..0d4b058 100644 --- a/rubicon/Cargo.toml +++ b/rubicon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rubicon" -version = "3.4.6" +version = "3.4.7" edition = "2021" authors = ["Amos Wenger "] license = "MIT OR Apache-2.0"