Skip to content

Commit

Permalink
Add new version for the next release (v0.3.1) (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Sep 13, 2021
1 parent 15287f6 commit ca14ddf
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ search_guide_2: |-
getting_started_add_documents_md: |-
```yaml
dependencies:
meilisearch: ^0.3.0
meilisearch: ^0.3.1
```
```dart
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.3.1
- Fixed cropLength type (#79) @sanders41
- Fix distinctAttribute in settings (#77) @sanders41
- Changes related to the next MeiliSearch release (v0.22.0) (#82)
- Added sortable attributes (#83) @sanders41
- Add `sort` parameter (#84) @curquiza

# 0.3.0
This version makes this package compatible with MeiliSearch v0.21.0
### Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can install the **meilisearch** package by adding a few lines into `pubspec.

```yaml
dependencies:
meilisearch: ^0.3.0
meilisearch: ^0.3.1
```
Then open your terminal and update dart packages.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.0"
version: "0.3.1"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
meilisearch: "0.3.0"
meilisearch: "0.3.1"

dependency_overrides:
meilisearch:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.3.1"
collection:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: meilisearch
description: MeiliSearch Dart is the MeiliSearch API client for Dart and Flutter developers.
version: 0.3.0
version: 0.3.1
homepage: https://github.com/meilisearch/meilisearch-dart

environment:
Expand Down

0 comments on commit ca14ddf

Please sign in to comment.