Skip to content

Commit e97f934

Browse files
committed
Prepare release of v0.14.2
1 parent f3dd78e commit e97f934

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.14.2] - 2023-10-19
11+
12+
### Added
13+
14+
- `HashTable` type which provides a low-level but safe API with explicit hashing. (#466)
15+
16+
### Fixed
17+
18+
- Disabled the use of NEON instructions on big-endian ARM. (#475)
19+
- Disabled the use of NEON instructions on Miri. (#476)
20+
1021
## [v0.14.1] - 2023-09-28
1122

1223
### Added
@@ -450,7 +461,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
450461

451462
- Initial release
452463

453-
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.1...HEAD
464+
[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.14.2...HEAD
465+
[v0.14.2]: https://github.com/rust-lang/hashbrown/compare/v0.14.1...v0.14.2
454466
[v0.14.1]: https://github.com/rust-lang/hashbrown/compare/v0.14.0...v0.14.1
455467
[v0.14.0]: https://github.com/rust-lang/hashbrown/compare/v0.13.2...v0.14.0
456468
[v0.13.2]: https://github.com/rust-lang/hashbrown/compare/v0.13.1...v0.13.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hashbrown"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
55
description = "A Rust port of Google's SwissTable hash map"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)