Skip to content

Commit

Permalink
Prepare release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttiurani committed Oct 28, 2023
1 parent 60d50a5 commit a8c3bd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 +-
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a8c3bd0

Please sign in to comment.