diff options
author | 2024-09-18 15:17:42 -0700 | |
---|---|---|
committer | 2024-09-18 15:17:42 -0700 | |
commit | c20ef3f094c61703ff451f8bd605e72bf046b138 (patch) | |
tree | bde870fe1e2ce4cfcb6107d9bc5922e8f728f2a1 | |
parent | cc3c177c4e0803338828a012b6aabdc73efe65ec (diff) | |
parent | e94047ea08f29247877ca9c625b216d580c2ee21 (diff) | |
download | pandascore-c20ef3f094c61703ff451f8bd605e72bf046b138.tar.gz pandascore-c20ef3f094c61703ff451f8bd605e72bf046b138.tar.zst pandascore-c20ef3f094c61703ff451f8bd605e72bf046b138.zip |
Merge pull request #35 from ansg191/release-plz-2024-09-18T22-14-27Zv0.5.1
-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" |