Skip to content

Commit

Permalink
chore(release): 0.3.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.4](v0.3.3...v0.3.4) (2023-06-12)

### Bug Fixes

* made reward_types non-optional ([e803f01](e803f01))
* Made start_string non-optional ([87d8fd7](87d8fd7))
* Removed `expiry` from invasions ([50cf61e](50cf61e))
* Removed active, since it cannot be in the responses ([68b0f88](68b0f88))
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent e803f01 commit 26bae45
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.3.4](https://github.com/WFCD/warframe.py/compare/v0.3.3...v0.3.4) (2023-06-12)


### Bug Fixes

* made reward_types non-optional ([e803f01](https://github.com/WFCD/warframe.py/commit/e803f0117e7070473677c04ad7f718ff19e1dd99))
* Made start_string non-optional ([87d8fd7](https://github.com/WFCD/warframe.py/commit/87d8fd77c863db8468019e27e00c06b87f02cf4d))
* Removed `expiry` from invasions ([50cf61e](https://github.com/WFCD/warframe.py/commit/50cf61ece12333d03a63f0e9ed13c66b2f28b0ad))
* Removed active, since it cannot be in the responses ([68b0f88](https://github.com/WFCD/warframe.py/commit/68b0f8831f2229269a3add077bc5b23325dc911a))

## [0.3.3](https://github.com/WFCD/warframe.py/compare/v0.3.2...v0.3.3) (2023-06-11)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[metadata]
version = 0.3.3
version = 0.3.4

0 comments on commit 26bae45

Please sign in to comment.