File tree Expand file tree Collapse file tree 14 files changed +28
-28
lines changed
Expand file tree Collapse file tree 14 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## 0.2.0 (unreleased)
88### Changed
9- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1148 ] )
9+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1010
11- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
11+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
1212
1313## 0.1.0 (2024-09-06)
1414- Initial release
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## 0.4.0 (unreleased)
88### Changed
9- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1148 ] )
9+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1010
11- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
11+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
1212
1313## 0.3.1 (2021-12-07)
1414### Added
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515 This is enforced using compile-time monomorphization errors. ([ #1115 ] )
1616- Size of ` EagerBuffer ` is equal to buffer size, while previously it was equal
1717 to buffer size plus one byte ([ #823 ] )
18- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #823 ] , [ # 1116 ] , [ # 1148 ] )
18+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1919
2020### Removed
2121- ` EagerBuffer::set_data ` method. Use the ` ReadBuffer ` type instead. ([ #823 ] )
@@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424[ #963 ] : https://github.com/RustCrypto/utils/pull/963
2525[ #1115 ] : https://github.com/RustCrypto/utils/pull/1115
2626[ #1115 ] : https://github.com/RustCrypto/utils/pull/1116
27- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
27+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
2828
2929## 0.10.3 (2022-09-04)
3030### Added
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## 0.4.0 (unreleased)
88### Changed
99- Migrated from ` generic-array ` to ` hybrid-array ` ([ #944 ] )
10- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1148 ] )
10+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1111
1212[ #944 ] : https://github.com/RustCrypto/utils/pull/944
13- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
13+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
1414
1515## 0.3.3 (2023-04-02)
1616### Added
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## 0.4.0 (unreleased)
88### Changed
9- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1148 ] )
9+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1010
11- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
11+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
1212
1313## 0.3.1 (2023-10-14)
1414### Added
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## 0.1.0 (unreleased)
88### Changed
9- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1148 ] )
9+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1010
11- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
11+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
1212
1313## 0.0.2 (2020-05-24)
1414### Added
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## 0.3.0 (unreleased)
99### Changed
10- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1148 ] )
10+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1111
12- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
12+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
1313
1414## 0.2.17 (2025-01-24)
1515### Fixed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## 0.4.0 (unreleased)
88### Changed
99- Migrated from ` generic-array ` to ` hybrid-array ` ([ #944 ] )
10- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1148 ] )
10+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1111
1212[ #944 ] : https://github.com/RustCrypto/utils/pull/944
13- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
13+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## 0.5.0 (unreleased)
88### Changed
9- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1148 ] )
9+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1010
11- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
11+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
1212
1313## 0.4.1 (2023-04-05)
1414### Changed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## 0.2.0 (unreleased)
88### Changed
99- Migrated from ` generic-array ` to ` hybrid-array ` ([ #944 ] )
10- - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1148 ] )
10+ - Edition changed to 2024 and MSRV bumped to 1.85 ([ #1149 ] )
1111
1212### Added
1313- ` InOut::into_out ` and ` InOutBufReserved::into_out ` methods ([ #1132 ] )
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616[ #944 ] : https://github.com/RustCrypto/utils/pull/944
1717[ #1132 ] : https://github.com/RustCrypto/utils/pull/1132
1818[ #1132 ] : https://github.com/RustCrypto/utils/pull/1132
19- [ #1148 ] : https://github.com/RustCrypto/utils/pull/1148
19+ [ #1149 ] : https://github.com/RustCrypto/utils/pull/1149
2020
2121## 0.1.3 (2022-03-31)
2222### Fixed
You can’t perform that action at this time.
0 commit comments