Skip to content

Commit f239ceb

Browse files
chore(release): 8.0.1 [skip ci]
## [8.0.1](v8.0.0...v8.0.1) (2025-09-21) ### Bug Fixes * add missing fields to news ([6c8ca78](6c8ca78))
1 parent 6c8ca78 commit f239ceb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.0.1](https://github.com/WFCD/warframe.rs/compare/v8.0.0...v8.0.1) (2025-09-21)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing fields to news ([6c8ca78](https://github.com/WFCD/warframe.rs/commit/6c8ca78c04950c0403d95c785c0a1be2bfa4e1a1))
7+
18
# [8.0.0](https://github.com/WFCD/warframe.rs/compare/v7.0.1...v8.0.0) (2025-09-20)
29

310

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warframe"
3-
version = "8.0.0"
3+
version = "8.0.1"
44
edition = "2024"
55
description = "An async crate to wrap Warframe's Worldstate API."
66
readme = "./README.md"
@@ -32,7 +32,7 @@ moka = { version = "0.12.8", optional = true, features = ["future"] }
3232
urlencoding = "2.1.3"
3333
derive_more = { version = "2.0.1", features = ["full"] }
3434
serde_with = { version = "3.11.0" }
35-
warframe-macros = { path = "warframe-macros", version = "8.0.0" }
35+
warframe-macros = { path = "warframe-macros", version = "8.0.1" }
3636
paste = "1.0.15"
3737
tracing = "0.1.41"
3838
governor = { version = "0.10.0", optional = true }

0 commit comments

Comments
 (0)