From 7ce1b782991cc7e6ad01279203a7ce4312bcbf07 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 6 Nov 2023 11:19:43 +0100 Subject: [PATCH] Publish eyeball-im 0.4.2 --- eyeball-im-util/Cargo.toml | 2 +- eyeball-im/CHANGELOG.md | 4 ++++ eyeball-im/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/eyeball-im-util/Cargo.toml b/eyeball-im-util/Cargo.toml index 1595ee2..7b32b3c 100644 --- a/eyeball-im-util/Cargo.toml +++ b/eyeball-im-util/Cargo.toml @@ -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" diff --git a/eyeball-im/CHANGELOG.md b/eyeball-im/CHANGELOG.md index aeb061f..f54c9f7 100644 --- a/eyeball-im/CHANGELOG.md +++ b/eyeball-im/CHANGELOG.md @@ -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`, diff --git a/eyeball-im/Cargo.toml b/eyeball-im/Cargo.toml index 93b5a85..4b01961 100644 --- a/eyeball-im/Cargo.toml +++ b/eyeball-im/Cargo.toml @@ -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