We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1ff13 commit 5e864eaCopy full SHA for 5e864ea
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## [0.8.1]
8
9
- add component observe
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bevy_http_client"
description = "A simple HTTP client for Bevy"
-version = "0.8.1"
+version = "0.8.2"
edition = "2024"
readme = "README.md"
homepage = "https://crates.io/crates/bevy_http_client"
0 commit comments