Skip to content

Commit 12cda09

Browse files
chore(release): 6.1.0 [skip ci]
# [6.1.0](v6.0.1...v6.1.0) (2024-10-21) ### Features * item query support and item types ([#19](#19)) ([f79f2d8](f79f2d8))
1 parent f79f2d8 commit 12cda09

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [6.1.0](https://github.com/WFCD/warframe.rs/compare/v6.0.1...v6.1.0) (2024-10-21)
2+
3+
4+
### Features
5+
6+
* item query support and item types ([#19](https://github.com/WFCD/warframe.rs/issues/19)) ([f79f2d8](https://github.com/WFCD/warframe.rs/commit/f79f2d8dcff11f76867f0c0a938e2d78fa0f6529))
7+
18
## [6.0.1](https://github.com/WFCD/warframe.rs/compare/v6.0.0...v6.0.1) (2024-08-27)
29

310

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warframe"
3-
version = "6.0.1"
3+
version = "6.1.0"
44
edition = "2021"
55
description = "An async crate to wrap Warframe's Worldstate API."
66
readme = "./README.md"

0 commit comments

Comments
 (0)