Skip to content

Commit

Permalink
release v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Apr 3, 2024
1 parent f5d29bb commit 9c7e81e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.4.5] - Apr 3 2024

### Added

- a `Clone` impl for `Replica`;
Expand Down Expand Up @@ -84,7 +86,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.4...HEAD
[Unreleased]: https://github.com/nomad/cola/compare/v0.4.5...HEAD
[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
[0.4.2]: https://github.com/nomad/cola/compare/v0.4.0...v0.4.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cola"
version = "0.4.4"
version = "0.4.5"
edition = "2021"
authors = ["Riccardo Mazzarini <[email protected]>"]
description = "A text CRDT for real-time collaborative editing"
Expand Down

0 comments on commit 9c7e81e

Please sign in to comment.