Skip to content

Commit bed6b4e

Browse files
chore(release): 7.0.1 [skip ci]
## [7.0.1](v7.0.0...v7.0.1) (2025-07-06) ### Bug Fixes * listeners can now run in tasks ([#25](#25)) ([c22822c](c22822c))
1 parent c22822c commit bed6b4e

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+
## [7.0.1](https://github.com/WFCD/warframe.rs/compare/v7.0.0...v7.0.1) (2025-07-06)
2+
3+
4+
### Bug Fixes
5+
6+
* listeners can now run in tasks ([#25](https://github.com/WFCD/warframe.rs/issues/25)) ([c22822c](https://github.com/WFCD/warframe.rs/commit/c22822c81744c98006726f5eacf6290293490686))
7+
18
# [7.0.0](https://github.com/WFCD/warframe.rs/compare/v6.2.0...v7.0.0) (2025-07-06)
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 = "7.0.0"
3+
version = "7.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 = "7.0.0" }
35+
warframe-macros = { path = "warframe-macros", version = "7.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)