From 825362750da33a88efd866d2a03b1107699d4b11 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Fri, 24 Jun 2022 21:52:15 +0500 Subject: [PATCH] Release v0.8.0 --- Cargo.toml | 4 ++-- crates/net/Cargo.toml | 2 +- crates/utils/Cargo.toml | 2 +- crates/worker/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2d357f6b..380b013f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" license = "MIT/Apache-2.0" name = "gloo" readme = "README.md" -version = "0.7.0" +version = "0.8.0" repository = "https://github.com/rustwasm/gloo" homepage = "https://gloo-rs.web.app/" documentation = "https://docs.rs/gloo/" @@ -21,7 +21,7 @@ gloo-render = { version = "0.1", path = "crates/render" } gloo-console = { version = "0.2", path = "crates/console" } gloo-utils = { version = "0.1", path = "crates/utils" } gloo-history = { version = "0.1", path = "crates/history" } -gloo-worker = { version = "0.1", path = "crates/worker" } +gloo-worker = { version = "0.2", path = "crates/worker" } gloo-net = { version = "0.2", path = "crates/net" } [features] diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index b770d0e2..b3752a62 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gloo-net" -version = "0.2.0" +version = "0.2.1" authors = ["Rust and WebAssembly Working Group", "Muhammad Hamza "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 2e0faa33..db68154d 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gloo-utils" -version = "0.1.3" +version = "0.1.4" edition = "2018" description = "Convenience crate for common `web_sys` features" authors = ["Rust and WebAssembly Working Group"] diff --git a/crates/worker/Cargo.toml b/crates/worker/Cargo.toml index cf466669..4eb37570 100644 --- a/crates/worker/Cargo.toml +++ b/crates/worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gloo-worker" -version = "0.1.1" +version = "0.2.0" authors = ["Rust and WebAssembly Working Group"] edition = "2018" readme = "README.md"