diff --git a/rubicon/CHANGELOG.md b/rubicon/CHANGELOG.md index 6ed1148..5468056 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.9](https://github.com/bearcove/rubicon/compare/v3.4.8...v3.4.9) - 2024-09-17 + +### Fixed + +- Make globals uppercase I guess + ## [3.4.8](https://github.com/bearcove/rubicon/compare/v3.4.7...v3.4.8) - 2024-09-17 ### Fixed diff --git a/rubicon/Cargo.lock b/rubicon/Cargo.lock index eba644f..5d68d3a 100644 --- a/rubicon/Cargo.lock +++ b/rubicon/Cargo.lock @@ -16,7 +16,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "rubicon" -version = "3.4.8" +version = "3.4.9" dependencies = [ "libc", "paste", diff --git a/rubicon/Cargo.toml b/rubicon/Cargo.toml index 7c5249c..79f2308 100644 --- a/rubicon/Cargo.toml +++ b/rubicon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rubicon" -version = "3.4.8" +version = "3.4.9" edition = "2021" authors = ["Amos Wenger "] license = "MIT OR Apache-2.0"