Skip to content

Commit

Permalink
Publish eyeball-im 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Nov 6, 2023
1 parent f6d82b3 commit 7ce1b78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eyeball-im-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords.workspace = true
all-features = true

[dependencies]
eyeball-im = { version = "0.4.1", path = "../eyeball-im" }
eyeball-im = { version = "0.4.2", path = "../eyeball-im" }
futures-core.workspace = true
imbl = "2.0.0"
pin-project-lite = "0.2.9"
Expand Down
4 changes: 4 additions & 0 deletions eyeball-im/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.2

- Add `VectorDiff::apply` that applies a `VectorDiff` to a `Vector`

# 0.4.1

- Add extra methods to `VectorSubscriber`: `values`, `into_values_and_stream`,
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.1"
version = "0.4.2"
edition = "2021"
description = "Observable collections based on the `im` crate."
license.workspace = true
Expand Down

0 comments on commit 7ce1b78

Please sign in to comment.