Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Jun 24, 2022
1 parent ea3cd31 commit 8253627
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gloo-net"
version = "0.2.0"
version = "0.2.1"
authors = ["Rust and WebAssembly Working Group", "Muhammad Hamza <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion crates/worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8253627

Please sign in to comment.