diff --git a/CHANGELOG.md b/CHANGELOG.md index e205064..465f348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [2.1.4](https://github.com/rust-lang/rustc-hash/compare/v2.1.3...v2.1.4) - 2026-07-18 + +### Other + +- Check GitHub org to avoid failing on forks +- Add publish environment +- Configure trusted publishing via release-plz # 2.1.3 - [Use derive_const to fix `feature = "nightly"` build](https://github.com/rust-lang/rustc-hash/pull/77) diff --git a/Cargo.toml b/Cargo.toml index 9230d4e..4694585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustc-hash" -version = "2.1.3" +version = "2.1.4" authors = ["The Rust Project Developers"] description = "A speedy, non-cryptographic hashing algorithm used by rustc" license = "Apache-2.0 OR MIT"