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 a5b19f7 commit d4ef273
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.2.0 - 2024-11-28

### 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 d4ef273

Please sign in to comment.