Skip to content

Commit 38cd241

Browse files
meili-bors[bot]meili-botahmednfwelacurquiza
authored
Merge #376
376: Update version for the next release (v0.16.0) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-dart to a new version: "v0.16.0" --- Parr of the work of #375 --- This version introduces features released on Meilisearch v1.7.0 🎉 Check out the changelog of [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes. ## ⚠️ Breaking changes * `scoreDetails` feature is not experimental anymore. You can directly use `showRankingScoreDetails` during a search without activating the experimental feature 🎉 ## 🚀 Enhancements * Add text separators (#379) ahmednfwela ## ⚙️ Maintenance/misc * Create code samples from code, a.k.a. code excerpts (#358) ahmednfwela * Update dart version and checkout (#367) brunoocasali * fix ci steps (#378) ahmednfwela * docs: Add readme section about dio (#380) ahmednfwela Co-authored-by: meili-bot <[email protected]> Co-authored-by: Ahmed Fwela <[email protected]> Co-authored-by: Clémentine U. - curqui <[email protected]>
2 parents c9dec3d + 86a0c47 commit 38cd241

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[comment]: <> (All notable changes to this project will be documented in this file.)
22

3+
# 0.16.0
4+
### Breaking Changes:
5+
6+
- `scoreDetails` feature is not experimental anymore. You can directly use showRankingScoreDetails during a search without activating the experimental feature
7+
38
# 0.15.0
49
### Breaking Changes:
510

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can install the **meilisearch** package by adding a few lines into `pubspec.
5858

5959
```yaml
6060
dependencies:
61-
meilisearch: ^0.15.0
61+
meilisearch: ^0.16.0
6262
```
6363
6464
Then open your terminal and update dart packages.

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Version {
2-
static const String current = '0.15.0';
2+
static const String current = '0.16.0';
33

44
static String get qualifiedVersion {
55
return "Meilisearch Dart (v$current)";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: meilisearch
22
description: Meilisearch Dart is the Meilisearch API client for Dart and Flutter developers.
3-
version: 0.15.0
3+
version: 0.16.0
44
homepage: https://meilisearch.com
55
repository: https://github.com/meilisearch/meilisearch-dart
66
issue_tracker: https://github.com/meilisearch/meilisearch-dart/issues

0 commit comments

Comments
 (0)