Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jan 7, 2025
1 parent 1d808b4 commit 9450567
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9450567

Please sign in to comment.