From e715369cfe573a3ad89ee88017edb06dd686cf55 Mon Sep 17 00:00:00 2001 From: Alex Good Date: Mon, 24 Feb 2025 15:21:57 +0000 Subject: [PATCH] v0.2.2 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a60b528..7665a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.2 - 2025-02-24 + +### Fixed + +* Fix an issue where loading a document whilst it is concurrently being synced +by another peer would cause the document to resolve as empty (`e8c4ba79`) + ## 0.2.1 - 2025-02-21 ### Added diff --git a/Cargo.toml b/Cargo.toml index e57980c..d64f669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "automerge_repo" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "MIT" authors = ["Alex Good ", "Gregory Terzian"]