From afd4c6ea49a2c0d193c33aa2d78f722e55b9d0fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:15:17 +0000 Subject: [PATCH] chore: release v1.0.4 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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"