From 9450567ab0422f4c638fdfa120584d96f1426bf7 Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Tue, 7 Jan 2025 11:21:45 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 8 ++++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad74ab5..1df1078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 3.1.0 + +* Adds topic tag by @Rexios80 in [#53](https://github.com/leoafarias/pub_api_client/pull/53) +* Make granted/max points nullable again by @Rexios80 in [#56](https://github.com/leoafarias/pub_api_client/pull/56) +* Add support for download counts by @Rexios80 in [#58](https://github.com/leoafarias/pub_api_client/pull/58) +* Better recursive paging by @Rexios80 in [#54](https://github.com/leoafarias/pub_api_client/pull/54) +* Add package names endpoint by @Rexios80 in [#55](https://github.com/leoafarias/pub_api_client/pull/55) + ## 3.0.0 * Replaced deprecated `pubspec` to `pubspec_parse` package diff --git a/lib/src/version.dart b/lib/src/version.dart index 0ed1620..d006dce 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.0.0'; +const packageVersion = '3.1.0'; diff --git a/pubspec.yaml b/pubspec.yaml index c0825ce..0a0e5e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pub_api_client description: An API Client for Pub to interact with public package information. -version: 3.0.0 +version: 3.1.0 homepage: https://github.com/leoafarias/pub_api_client environment: