Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Mar 9, 2024
1 parent a4ea990 commit f6cc71c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.7.0

* Updated schema by @leoafarias
* Add missing field to pubspec by @jxstxn1

## 2.6.0

- Feature: Added topics parameters to search method
Expand Down
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ linter:
- file_names
- hash_and_equals
- implementation_imports
- iterable_contains_unrelated_type
- join_return_with_assignment
- lines_longer_than_80_chars
- list_remove_unrelated_type
- literal_only_boolean_expressions
- missing_whitespace_between_adjacent_strings
- no_adjacent_strings_in_list
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.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: pub_api_client
description: An API Client for Pub to interact with public package information.
version: 2.6.0
version: 2.7.0
homepage: https://github.com/leoafarias/pub_api_client

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
collection: ^1.17.2

dart_mappable: ^4.2.1
http: ^1.1.0
oauth2: ^2.0.2
Expand Down

0 comments on commit f6cc71c

Please sign in to comment.