Skip to content

Commit dbfd663

Browse files
github-actions[bot]tgross35
authored andcommitted
chore: release v1.0.1
1 parent 1cc10c7 commit dbfd663

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.1](https://github.com/rust-lang/cfg-if/compare/v1.0.0...v1.0.1) - 2025-06-09
11+
12+
### Other
13+
14+
- Remove `compiler-builtins` from `rustc-dep-of-std` dependencies
15+
- Remove redundant configuration from Cargo.toml
16+
- More readable formatting and identifier names. ([#39](https://github.com/rust-lang/cfg-if/pull/39))
17+
- Add expanded example to readme ([#38](https://github.com/rust-lang/cfg-if/pull/38))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cfg-if"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)