Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Nov 28, 2024
1 parent e1798cb commit 24d1dfb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.2.0 - 2024-11-28

### Added

* Add `Repo::peer_state` which returns information about how in-sync we are
with another peer. (`469a3556`)

### Fixed

* Fix an issue where the Repo could fail to respond to sync messages for a
document which is authorized. (`a5b19f79`)


2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 24d1dfb

Please sign in to comment.