Skip to content

Commit c56836a

Browse files
committed
v0.2.0
1 parent a5b19f7 commit c56836a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.2.0 - 2024-11-28
2+
3+
### Added
4+
5+
* Add `Repo::peer_state` which returns information about how in-sync we are
6+
with another peer. (`469a3556`)
7+
8+
### Fixed
9+
10+
* Fix an issue where the Repo could fail to respond to sync messages for a
11+
document which is authorized. (`a5b19f79`)
12+
13+

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "automerge_repo"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Alex Good <[email protected]>", "Gregory Terzian"]

0 commit comments

Comments
 (0)