Skip to content

Commit 12cb137

Browse files
committed
chore: Release hypercore version 0.16.0
1 parent 65ca0bf commit 12cb137

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

1212
### Added
1313

14+
### Changed
15+
16+
### Removed
17+
18+
19+
20+
## [0.16.0] - 2026-02-18
21+
22+
### Added
23+
1424
* Added some new clippy lints to enforce.
1525

1626
### Changed
@@ -498,6 +508,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
498508
```
499509

500510
<!-- next-url -->
501-
[Unreleased]: https://github.com/datrs/hypercore/compare/v0.15.0...HEAD
511+
[Unreleased]: https://github.com/datrs/hypercore/compare/v0.16.0...HEAD
512+
[0.16.0]: https://github.com/datrs/hypercore/compare/v0.15.0...v0.16.0
502513
[0.15.0]: https://github.com/datrs/hypercore/compare/v0.14.0...v0.15.0
503514
[0.14.0]: https://github.com/datrs/hypercore/compare/v0.14.0...v0.13.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hypercore"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
license = "MIT OR Apache-2.0"
55
description = "Secure, distributed, append-only log"
66
documentation = "https://docs.rs/hypercore"

0 commit comments

Comments
 (0)