@@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
55
66## [ Unreleased]  
7+ 
8+ ## [ 2.7.0]  - 2025-10-08 <a  name =" 2.7.0 " ></a > 
79### Changed  
810-  ` zerocopy `  is now a required dependency. The optional ` zerocopy `  crate feature is deprecated.
911  This change is to ensure better code safety and prevent potential unsound behavior.
@@ -24,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2426-  ` doc_auto_cfg `  feature has been removed from docs.rs documentation due to removal of rust
2527  feature.
2628
27- ## [ 2.6.0]  - 2024 -04-08 <a  name =" 2.6.0 " ></a > 
29+ ## [ 2.6.0]  - 2025 -04-08 <a  name =" 2.6.0 " ></a > 
2830### Changed  
2931-  Fixed some incorrect minimum supported versions of dependencies that weren't caught due to
3032  improper ` Cargo.lock ` :
@@ -35,7 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3537### Added  
3638-  ` f16 `  and ` bf16 `  now implement ` Immutable `  and ` KnownLayout `  for ` zerocopy `  crate. By [ @usamoi  ] .
3739
38- ## [ 2.5.0]  - 2024 -03-13 <a  name =" 2.5.0 " ></a > 
40+ ## [ 2.5.0]  - 2025 -03-13 <a  name =" 2.5.0 " ></a > 
3941### Changed  
4042-  Updated optional dependencies to latest major versions: 
4143  *  ` zercopy `  0.6 -> 0.8
@@ -411,7 +413,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
411413[ @majian4work ] : https://github.com/majian4work 
412414
413415
414- [ Unreleased ] : https://github.com/starkat99/half-rs/compare/v2.6.0...HEAD 
416+ [ Unreleased ] : https://github.com/starkat99/half-rs/compare/v2.7.0...HEAD 
417+ [ 2.7.0 ] : https://github.com/starkat99/half-rs/compare/v2.6.0...v2.7.0 
415418[ 2.6.0 ] : https://github.com/starkat99/half-rs/compare/v2.5.0...v2.6.0 
416419[ 2.5.0 ] : https://github.com/starkat99/half-rs/compare/v2.4.1...v2.5.0 
417420[ 2.4.1 ] : https://github.com/starkat99/half-rs/compare/v2.4.0...v2.4.1 
0 commit comments