Skip to content

Commit

Permalink
chore: Release gloo-history version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Aug 11, 2023
1 parent 13a47e8 commit 392c340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gloo-storage = { version = "0.3", path = "crates/storage", optional = true }
gloo-render = { version = "0.1", path = "crates/render", optional = true }
gloo-console = { version = "0.3", path = "crates/console", optional = true }
gloo-utils = { version = "0.2", path = "crates/utils", optional = true }
gloo-history = { version = "0.1", path = "crates/history", optional = true }
gloo-history = { version = "0.2", path = "crates/history", optional = true }
gloo-worker = { version = "0.3", path = "crates/worker", optional = true }
gloo-net = { version = "0.4", path = "crates/net", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/history/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gloo-history"
version = "0.1.5"
version = "0.2.0"
description = "Universal Session History"
authors = ["Rust and WebAssembly Working Group"]
edition = "2021"
Expand Down

0 comments on commit 392c340

Please sign in to comment.