From ac5b4bb229fb2d1783159fc8b74a315437294a91 Mon Sep 17 00:00:00 2001 From: Project516 <138796702+Project516@users.noreply.github.com> Date: Sat, 29 Aug 2026 09:21:10 -0500 Subject: [PATCH] Revert unreleased 0.3.2 version bump pubspec.yaml went to 0.3.2 in #11 but no v0.3.2 tag or GitHub release was ever cut, so the package is back at 0.3.1 with the 0.3.2 changelog entries moved under Unreleased. The feature bumps later when the app actually pulls it in. --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96d000..579bbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.3.2 +## Unreleased - Added `getTeamEvents(team, {year})` for a team's full Statbotics history across events (part of issue #9). It reuses the `/team_events` endpoint with diff --git a/pubspec.yaml b/pubspec.yaml index 7a523be..5247b49 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: statbotics_client description: A typed Dart client for the Statbotics API v3 (FRC EPA statistics, events, matches). Pure Dart, no Flutter dependency. -version: 0.3.2 +version: 0.3.1 repository: https://github.com/Project516/statbotics_client topics: