We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b19f7 commit c56836aCopy full SHA for c56836a
CHANGELOG.md
@@ -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,6 +1,6 @@
[package]
name = "automerge_repo"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["Alex Good <[email protected]>", "Gregory Terzian"]
0 commit comments