File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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 +-
Original file line number Diff line number Diff line change 11[package ]
22name = " hypercore"
3- version = " 0.12.1-alpha.1 "
3+ version = " 0.12.1"
44license = " MIT OR Apache-2.0"
55description = " Secure, distributed, append-only log"
66documentation = " https://docs.rs/hypercore"
You can’t perform that action at this time.
0 commit comments