diff options
author | 2024-09-18 22:14:28 +0000 | |
---|---|---|
committer | 2024-09-18 22:14:28 +0000 | |
commit | e94047ea08f29247877ca9c625b216d580c2ee21 (patch) | |
tree | bde870fe1e2ce4cfcb6107d9bc5922e8f728f2a1 | |
parent | cc3c177c4e0803338828a012b6aabdc73efe65ec (diff) | |
download | pandascore-e94047ea08f29247877ca9c625b216d580c2ee21.tar.gz pandascore-e94047ea08f29247877ca9c625b216d580c2ee21.tar.zst pandascore-e94047ea08f29247877ca9c625b216d580c2ee21.zip |
chore: release
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | Cargo.toml | 2 |
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 @@ -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" |