Skip to content

Commit 7382692

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.1.0...v6.0.0) (2024-07-19) ### Features * simplified fetch to replace the array specific fetch ([3430874](3430874)) ### BREAKING CHANGES * replaced fetch_arr, RT traits, and Model trait with the new Queryable trait
1 parent 3430874 commit 7382692

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [6.0.0](https://github.com/WFCD/warframe.rs/compare/v5.1.0...v6.0.0) (2024-07-19)
2+
3+
4+
### Features
5+
6+
* simplified fetch to replace the array specific fetch ([3430874](https://github.com/WFCD/warframe.rs/commit/3430874f79f56b2cde691fdead25c87238495925))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* replaced fetch_arr, RT traits, and Model trait with the new Queryable trait
12+
113
# [5.1.0](https://github.com/WFCD/warframe.rs/compare/v5.0.1...v5.1.0) (2024-07-11)
214

315

Cargo.toml

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

0 commit comments

Comments
 (0)