From 7e05df4e838cee33479b6264f8eeee4e90c7494c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jun 2024 15:59:13 +0000 Subject: [PATCH] chore(release): 5.0.1 [skip ci] ## [5.0.1](https://github.com/WFCD/warframe.rs/compare/v5.0.0...v5.0.1) (2024-06-23) ### Bug Fixes * syndicate jobs now have the type ([11b8dcd](https://github.com/WFCD/warframe.rs/commit/11b8dcdf3f02085c1a14cf870f55a7b85a8796f7)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a47b00c..3b079e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/WFCD/warframe.rs/compare/v5.0.0...v5.0.1) (2024-06-23) + + +### Bug Fixes + +* syndicate jobs now have the type ([11b8dcd](https://github.com/WFCD/warframe.rs/commit/11b8dcdf3f02085c1a14cf870f55a7b85a8796f7)) + # [5.0.0](https://github.com/WFCD/warframe.rs/compare/v4.1.0...v5.0.0) (2024-06-11) diff --git a/Cargo.toml b/Cargo.toml index d721d05..ae5189d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "warframe" -version = "5.0.0" +version = "5.0.1" edition = "2021" description = "An async crate to wrap Warframe's Worldstate API." readme = "./README.md"