Skip to content

Commit

Permalink
gloo-net 0.3.1 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Jul 24, 2023
1 parent 82a3f82 commit 171ee2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,14 @@

## `net`

### Version "0.2.7"
### Version "0.3.1"

- export RequestBuilder and ResponseBuilder as public

### Version "0.3.0"

- Seanaye/feat/serverside http (#312)

### Version "0.2.6"

- Add `PartialEq, Eq, PartialOrd, Ord, Hash` for eventsource `State` (#336)
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.3.0"
version = "0.3.1"
authors = ["Rust and WebAssembly Working Group", "Muhammad Hamza <muhammadhamza1311@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 171ee2f

Please sign in to comment.