Skip to content

Commit 4996157

Browse files
committed
v0.2.1
1 parent 1a09951 commit 4996157

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.1 - 2025-08-08
4+
5+
### Fixed
6+
7+
* Fix a deadlock
8+
39
## 0.2.0 - 2025-08-06
410

511
### Fixed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samod-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "samod-core"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
repository = "https://github.com/alexjg/samod"
66
authors = ["Alex Good <alex@patternist.xyz>"]

samod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "samod"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
authors = ["Alex Good <alex@patternist.xyz>"]
66
description = "A rust library for managing automerge documents, compatible with the js automerge-repo library"

0 commit comments

Comments
 (0)