Skip to content

Commit

Permalink
Publish eyeball-im 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jun 22, 2024
1 parent 01594bb commit 3fc0e67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions eyeball-im/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.4.3

- Don't emit a diff to subscribers if `clear` is called on an already-empty
`ObservableVector`
- Add a `serde` feature
- For now, this only gates a `Serialize` impl for `VectorDiff`
- `Deserialize` might be added in the future

# 0.4.2

- Add `VectorDiff::apply` that applies a `VectorDiff` to a `Vector`
Expand Down
2 changes: 1 addition & 1 deletion eyeball-im/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eyeball-im"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
description = "Observable collections based on the `im` crate."
license.workspace = true
Expand Down

0 comments on commit 3fc0e67

Please sign in to comment.