From 0e99aaf59251b4de12cf1cbdfe4fe0ca52072712 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 04:44:50 +0000 Subject: [PATCH] chore: release v1.0.4 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f98ac1..80c181c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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-08-20 + +### Other + +- 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 744c23e..893a329 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"