Skip to content

Commit 796d39c

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.1.1...v4.0.0) (2024-03-05) ### Bug Fixes * Invasion failing when InvasionMember is Infested ([#9](#9)) ([eff5b1a](eff5b1a)) ### Features * Added methods to make update listeners onto the client ([16bd7be](16bd7be)) ### BREAKING CHANGES * Deprecated warframe-macros and changed project structure
1 parent c970273 commit 796d39c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [4.0.0](https://github.com/WFCD/warframe.rs/compare/v3.1.1...v4.0.0) (2024-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* Invasion failing when InvasionMember is Infested ([#9](https://github.com/WFCD/warframe.rs/issues/9)) ([eff5b1a](https://github.com/WFCD/warframe.rs/commit/eff5b1a41aa3a67c5d900ed615d7c0d57c8fa62c))
7+
8+
9+
### Features
10+
11+
* Added methods to make update listeners onto the client ([16bd7be](https://github.com/WFCD/warframe.rs/commit/16bd7be775613d85f2d1a753701d0316aabe0cbc))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Deprecated warframe-macros and changed project structure
17+
118
## [3.1.1](https://github.com/WFCD/warframe.rs/compare/v3.1.0...v3.1.1) (2024-02-10)
219

320

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warframe"
3-
version = "3.1.1"
3+
version = "4.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)