Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Gloo timers -> 0.2.2
Gloo history: 0.1.0
  • Loading branch information
ranile committed Dec 5, 2021
1 parent e0603ac commit 30193c3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.4.2"
version = "0.5.0"
repository = "https://github.com/rustwasm/gloo"
homepage = "https://gloo-rs.web.app/"
documentation = "https://docs.rs/gloo/"
Expand Down
22 changes: 22 additions & 0 deletions crates/history/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<div align="center">

<h1><code>gloo-history</code></h1>

<p>
<a href="https://crates.io/crates/gloo-storage"><img src="https://img.shields.io/crates/v/gloo-storage.svg?style=flat-square" alt="Crates.io version" /></a>
<a href="https://crates.io/crates/gloo-storage"><img src="https://img.shields.io/crates/d/gloo-storage.svg?style=flat-square" alt="Download" /></a>
<a href="https://docs.rs/gloo-storage"><img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
</p>

<h3>
<a href="https://docs.rs/gloo-storage">API Docs</a>
<span> | </span>
<a href="https://github.com/rustwasm/gloo/blob/master/CONTRIBUTING.md">Contributing</a>
<span> | </span>
<a href="https://discordapp.com/channels/442252698964721669/443151097398296587">Chat</a>
</h3>

<sub>Built with 🦀🕸 by <a href="https://rustwasm.github.io/">The Rust and WebAssembly Working Group</a></sub>
</div>

This crate provides wrappers for the History API. See API docs to learn more
2 changes: 1 addition & 1 deletion crates/timers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gloo-timers"
description = "Convenience crate for working with JavaScript timers"
version = "0.2.1"
version = "0.2.2"
authors = ["Rust and WebAssembly Working Group"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 30193c3

Please sign in to comment.