From 171ee2ff9541b277ca799bb61d8b1fe2f9575a4e Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Mon, 24 Jul 2023 21:12:01 +0500 Subject: [PATCH] gloo-net 0.3.1 with changelog --- CHANGELOG.md | 6 +++++- crates/net/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 853d4b31..b7b19f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 6b2ad69e..cc5ef87e 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gloo-net" -version = "0.3.0" +version = "0.3.1" authors = ["Rust and WebAssembly Working Group", "Muhammad Hamza "] edition = "2018" license = "MIT OR Apache-2.0"