Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Mar 5, 2024
1 parent c970273 commit 796d39c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0](https://github.com/WFCD/warframe.rs/compare/v3.1.1...v4.0.0) (2024-03-05)


### Bug Fixes

* Invasion failing when InvasionMember is Infested ([#9](https://github.com/WFCD/warframe.rs/issues/9)) ([eff5b1a](https://github.com/WFCD/warframe.rs/commit/eff5b1a41aa3a67c5d900ed615d7c0d57c8fa62c))


### Features

* Added methods to make update listeners onto the client ([16bd7be](https://github.com/WFCD/warframe.rs/commit/16bd7be775613d85f2d1a753701d0316aabe0cbc))


### BREAKING CHANGES

* Deprecated warframe-macros and changed project structure

## [3.1.1](https://github.com/WFCD/warframe.rs/compare/v3.1.0...v3.1.1) (2024-02-10)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warframe"
version = "3.1.1"
version = "4.0.0"
edition = "2021"
description = "An async crate to wrap Warframe's Worldstate API."
readme = "./README.md"
Expand Down

0 comments on commit 796d39c

Please sign in to comment.