Skip to content

Commit a8c3bd0

Browse files
committed
Prepare release version
1 parent 60d50a5 commit a8c3bd0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1+
## 2023-10-28, Version v0.12.1
2+
### Commits
3+
- [[`60d50a5e76`](https://github.com/datrs/hypercore/commit/60d50a5e7638c60047c722b6cfb7c50e29ecd502)] Fix Oplog decoding failing on bitfied update (Timo Tiuraniemi)
4+
5+
### Stats
6+
```diff
7+
src/oplog/entry.rs | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
```
10+
11+
112
## 2023-10-12, Version v0.12.0
213
### Commits
314
- [[`fa7d487758`](https://github.com/datrs/hypercore/commit/fa7d4877582023e310a7129b11ebd55eb877a75f)] Merge pull request #138 from datrs/v10 (Timo Tiuraniemi)
415

516
### Stats
617
```diff
7-
.github/workflows/ci.yml | 142 ++++
18+
.github/workflows/ci.yml | 142 ++++
819
.gitignore | 2 +
920
CHANGELOG.md | 31 +
1021
Cargo.toml | 83 +-

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