diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f98ac1..2ad5d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.4](https://github.com/rust-lang/cfg-if/compare/v1.0.3...v1.0.4) - 2025-09-15 + +### Other + +- Set and test a MSRV of 1.32 +- Set `-Dwarnings` via CI env rather than `cfg` +- Have a single top-level rule. +- Document and test for a subtle case. + ## [1.0.3](https://github.com/rust-lang/cfg-if/compare/v1.0.2...v1.0.3) - 2025-08-19 - Revert "Remove `@__identity` rule." diff --git a/Cargo.toml b/Cargo.toml index 13aa7bb..6a98924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfg-if" -version = "1.0.3" +version = "1.0.4" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" readme = "README.md"