Skip to content

Commit d475b4f

Browse files
committed
Release v0.13.0
1 parent 16acbff commit d475b4f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 2024-07-04, Version v0.13.0
2+
### Commits
3+
- [[`16acbffc92`](https://github.com/datrs/hypercore/commit/16acbffc9297c645c0740f33eb6fbee06681871e)] Remove generic parameters from Hypercore and Storage #139 (cowlicks)
4+
5+
### Stats
6+
```diff
7+
benches/disk.rs | 5 ++---
8+
benches/memory.rs | 24 ++++++++++++++++--------
9+
examples/replication.rs | 6 ++----
10+
src/builder.rs | 17 +++++------------
11+
src/core.rs | 24 +++++++-----------------
12+
src/lib.rs | 2 +-
13+
src/storage/mod.rs | 62 +++++++++++++++++++++++++++++++++++---------------------------
14+
tests/common/mod.rs | 5 ++---
15+
8 files changed, 70 insertions(+), 75 deletions(-)
16+
```
17+
18+
119
## 2023-10-28, Version v0.12.1
220
### Commits
321
- [[`60d50a5e76`](https://github.com/datrs/hypercore/commit/60d50a5e7638c60047c722b6cfb7c50e29ecd502)] Fix Oplog decoding failing on bitfied update (Timo Tiuraniemi)

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.12.2-alpha.1"
3+
version = "0.13.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)