From 5f95e97787aced350a8ad52001b82ee0920eb2a2 Mon Sep 17 00:00:00 2001 From: Riccardo Mazzarini Date: Thu, 31 Oct 2024 10:53:35 +0800 Subject: [PATCH] release `v0.4.6` --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c44fc..56e7d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.4.6] - Oct 31 2024 + ### Added - `AnchorBias` now implements `Not`; @@ -93,7 +95,8 @@ - fixed a bug that would cause `Replica::decode()` to fail if it was encoded on a machine with a different pointer size (#1); -[Unreleased]: https://github.com/nomad/cola/compare/v0.4.5...HEAD +[Unreleased]: https://github.com/nomad/cola/compare/v0.4.6...HEAD +[0.4.6]: https://github.com/nomad/cola/compare/v0.4.5...v0.4.6 [0.4.5]: https://github.com/nomad/cola/compare/v0.4.4...v0.4.5 [0.4.4]: https://github.com/nomad/cola/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/nomad/cola/compare/v0.4.2...v0.4.3 diff --git a/Cargo.toml b/Cargo.toml index c4305e0..975ce6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cola" -version = "0.4.5" +version = "0.4.6" edition = "2021" authors = ["Riccardo Mazzarini "] description = "A text CRDT for real-time collaborative editing"