From a8c3bd0df67fd78e1ed80c2a8ef6e362263b8fec Mon Sep 17 00:00:00 2001 From: Timo Tiuraniemi Date: Sat, 28 Oct 2023 07:35:45 +0300 Subject: [PATCH] Prepare release version --- CHANGELOG.md | 13 ++++++++++++- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba6fc5..5b57c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ +## 2023-10-28, Version v0.12.1 +### Commits +- [[`60d50a5e76`](https://github.com/datrs/hypercore/commit/60d50a5e7638c60047c722b6cfb7c50e29ecd502)] Fix Oplog decoding failing on bitfied update (Timo Tiuraniemi) + +### Stats +```diff + src/oplog/entry.rs | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +``` + + ## 2023-10-12, Version v0.12.0 ### Commits - [[`fa7d487758`](https://github.com/datrs/hypercore/commit/fa7d4877582023e310a7129b11ebd55eb877a75f)] Merge pull request #138 from datrs/v10 (Timo Tiuraniemi) ### Stats ```diff -.github/workflows/ci.yml | 142 ++++ + .github/workflows/ci.yml | 142 ++++ .gitignore | 2 + CHANGELOG.md | 31 + Cargo.toml | 83 +- diff --git a/Cargo.toml b/Cargo.toml index 95a29b9..3626586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypercore" -version = "0.12.1-alpha.1" +version = "0.12.1" license = "MIT OR Apache-2.0" description = "Secure, distributed, append-only log" documentation = "https://docs.rs/hypercore"