File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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+ ## [ 0.15.3] ( https://github.com/rust-lang/hashbrown/compare/v0.15.2...v0.15.3 ) - 2025-04-29
11+
12+ ### Other
13+
14+ - Add release-plz for automated releases
15+ - Merge pull request #607 from ldm0/ldm_optimize
16+ - Remove "raw-entry" from "rustc-dep-of-std"
17+ - Merge pull request #615 from morrisonlevi/min-buckets
18+ - Drop FnMut trait bounds from ExtractIf data structures
19+ - Relax constraint in hash_map::EntryRef insertion methods K: From<&Q> to &Q: Into<K >
20+ - Merge pull request #610 from ldm0/ldm_lazy_static
21+ - Remove unnecessary lazy_static usage in bench.rs
22+ - Don't enable ` allocator-api2/nightly ` feature
23+ - Added Allocator template argument for rustc_iter
24+ - Merge pull request #604 from mumbleskates/msrv-badge
25+ - reflect updated msrv in the readme badge
26+ - Fix clippy lints
27+ - Merge pull request #590 from heiher/loong-gnu-ci
28+ - add support for loongarch64-unknown-linux-gnu
129# Change Log
230
331All notable changes to this project will be documented in this file.
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.15.2 "
3+ version = " 0.15.3 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " A Rust port of Google's SwissTable hash map"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments