summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-09-18 15:37:04 -0700
committerGravatar GitHub <noreply@github.com> 2024-09-18 15:37:04 -0700
commitdc8214d6ca134d6650c272174762a36035b56f02 (patch)
tree47cfe1ae65299afb657d85f849c77d7f4cab038d
parentf7451121babc3149ddfd679d714a08f1cd4abe00 (diff)
parent88b6607804888830fcf20baacc2d983ae4df6cf3 (diff)
downloadpandascore-dc8214d6ca134d6650c272174762a36035b56f02.tar.gz
pandascore-dc8214d6ca134d6650c272174762a36035b56f02.tar.zst
pandascore-dc8214d6ca134d6650c272174762a36035b56f02.zip
Merge pull request #37 from ansg191/release-plz-2024-09-18T22-35-00Zv0.5.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7aad263..827f9fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.5.2](https://github.com/ansg191/pandascore/compare/v0.5.1...v0.5.2) - 2024-09-18
+
+### Fixed
+
+- incorrect return type in team endpoints
+
## [0.5.1](https://github.com/ansg191/pandascore/compare/v0.5.0...v0.5.1) - 2024-09-18
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 0d5d81b..05d6522 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "pandascore"
description = "A Rust client for the Pandascore API"
authors = ["Anshul Gupta <ansg191@anshulg.com>"]
-version = "0.5.1"
+version = "0.5.2"
repository = "https://github.com/ansg191/pandascore"
documentation = "https://docs.rs/pandascore"
license = "MIT"