Skip to content

Commit 297cc76

Browse files
authored
Fix release year in changelogs (#822)
1 parent 5caae0e commit 297cc76

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

bash-hash/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.1.0 (2023-03-27)
8+
## 0.1.0 (2026-03-27)
99
- Initial release ([#745])
1010

1111
[#745]: https://github.com/RustCrypto/hashes/pull/745

belt-hash/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
[#821]: https://github.com/RustCrypto/hashes/pull/821
1313

14-
## 0.2.0 (2023-03-27)
14+
## 0.2.0 (2026-03-27)
1515
### Added
1616
- `alloc` crate feature ([#678])
1717

fsb/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.2.0 (2023-03-27)
8+
## 0.2.0 (2026-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

gost94/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.11.0 (2023-03-27)
8+
## 0.11.0 (2026-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

groestl/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.11.0 (2023-03-27)
8+
## 0.11.0 (2026-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

jh/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.2.0 (2023-03-27)
8+
## 0.2.0 (2026-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

kupyna/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.1.0 (2023-03-27)
7+
## 0.1.0 (2026-03-27)
88
- Initial release ([#621])
99

1010
[#621]: https://github.com/RustCrypto/hashes/pull/621

md2/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.11.0 (2023-03-27)
8+
## 0.11.0 (2026-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

md4/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.11.0 (2023-03-27)
8+
## 0.11.0 (2026-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111

md5/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.11.0 (2023-03-27)
8+
## 0.11.0 (2026-03-27)
99
### Added
1010
- `alloc` crate feature ([#678])
1111
- Expose compression function from the `block_api` module ([#735])

0 commit comments

Comments
 (0)