aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2024-09-18 22:14:28 +0000
committerGravatar GitHub <noreply@github.com> 2024-09-18 22:14:28 +0000
commite94047ea08f29247877ca9c625b216d580c2ee21 (patch)
treebde870fe1e2ce4cfcb6107d9bc5922e8f728f2a1
parentcc3c177c4e0803338828a012b6aabdc73efe65ec (diff)
downloadpandascore-e94047ea08f29247877ca9c625b216d580c2ee21.tar.gz
pandascore-e94047ea08f29247877ca9c625b216d580c2ee21.tar.zst
pandascore-e94047ea08f29247877ca9c625b216d580c2ee21.zip
chore: release
Diffstat (limited to '')
-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 3d49d91..7aad263 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.1](https://github.com/ansg191/pandascore/compare/v0.5.0...v0.5.1) - 2024-09-18
+
+### Added
+
+- add more team endpoints
+
## [0.5.0](https://github.com/ansg191/pandascore/compare/v0.4.0...v0.5.0) - 2024-09-18
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 54549c5..0d5d81b 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.0"
+version = "0.5.1"
repository = "https://github.com/ansg191/pandascore"
documentation = "https://docs.rs/pandascore"
license = "MIT"