Skip to content

Commit 5e864ea

Browse files
committed
release 0.8.2
1 parent af1ff13 commit 5e864ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.8.2] - 2025-06-03
4+
5+
* access inner value T from a TypedResponse reference [#11](https://github.com/foxzool/bevy_http_client/pull/11)
6+
37
## [0.8.1]
48

59
- add component observe

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_http_client"
33
description = "A simple HTTP client for Bevy"
4-
version = "0.8.1"
4+
version = "0.8.2"
55
edition = "2024"
66
readme = "README.md"
77
homepage = "https://crates.io/crates/bevy_http_client"

0 commit comments

Comments
 (0)