summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-09-18 16:00:07 -0700
committerGravatar GitHub <noreply@github.com> 2024-09-18 16:00:07 -0700
commit5c024c197a8d3e19d8a786353e1ad4fd2c097c7e (patch)
treee4daa44b49a637030c8d00c12be483cc8aed459a
parente5a9d650e53635fe60d1b61431380f4f23b086c0 (diff)
parentd0a7d081c973da25288e769eaca62f142f824132 (diff)
downloadpandascore-5c024c197a8d3e19d8a786353e1ad4fd2c097c7e.tar.gz
pandascore-5c024c197a8d3e19d8a786353e1ad4fd2c097c7e.tar.zst
pandascore-5c024c197a8d3e19d8a786353e1ad4fd2c097c7e.zip
Merge pull request #39 from ansg191/release-plz-2024-09-18T22-47-42Zv0.5.3
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.toml2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 827f9fc..6c3837f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.5.3](https://github.com/ansg191/pandascore/compare/v0.5.2...v0.5.3) - 2024-09-18
+
+### Fixed
+
+- same bug in 1225fbf except for players
+- increase player age bitsize to `u32`
+
+### Other
+
+- Merge pull request [#40](https://github.com/ansg191/pandascore/pull/40) from ansg191/player-age-bug
+
## [0.5.2](https://github.com/ansg191/pandascore/compare/v0.5.1...v0.5.2) - 2024-09-18
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index 05d6522..c3d5199 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.2"
+version = "0.5.3"
repository = "https://github.com/ansg191/pandascore"
documentation = "https://docs.rs/pandascore"
license = "MIT"