diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0f737..2fb32ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/analysis_options.yaml b/analysis_options.yaml index 475aba2..72e9538 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -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 diff --git a/lib/src/version.dart b/lib/src/version.dart index d3561d8..315a766 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.6.0'; +const packageVersion = '2.7.0'; diff --git a/pubspec.yaml b/pubspec.yaml index cf95389..eb6712a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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