From ec76115e359d2f60ddcd4f8fb4628dab03c5786e Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:48:42 +0100 Subject: [PATCH 1/6] Update lib/src/version.dart --- lib/src/version.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/version.dart b/lib/src/version.dart index 519bf9f7..7b71c741 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,5 +1,5 @@ class Version { - static const String current = '0.15.0'; + static const String current = '0.16.0'; static String get qualifiedVersion { return "Meilisearch Dart (v$current)"; From 901bdf8aa78bc379aa93a28416dc43516b6506e8 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:48:43 +0100 Subject: [PATCH 2/6] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5dbe7b7b..26dde90f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: meilisearch description: Meilisearch Dart is the Meilisearch API client for Dart and Flutter developers. -version: 0.15.0 +version: 0.16.0 homepage: https://meilisearch.com repository: https://github.com/meilisearch/meilisearch-dart issue_tracker: https://github.com/meilisearch/meilisearch-dart/issues From 0e43ff9baa54230f2ef5cc7003a8a277a3ef0b6d Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:48:43 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3858d34..a4702e97 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ You can install the **meilisearch** package by adding a few lines into `pubspec. ```yaml dependencies: - meilisearch: ^0.15.0 + meilisearch: ^0.16.0 ``` Then open your terminal and update dart packages. From ff6d8b383230156a393fd2b63a0deb388e27e1e4 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:48:44 +0100 Subject: [PATCH 4/6] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2971b016..1033d6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ [comment]: <> (All notable changes to this project will be documented in this file.) +# 0.16.0 +### Breaking Changes: + # 0.15.0 ### Breaking Changes: From 36b11e03f75ad966f6651e228e4cb946f628567f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20U=2E=20-=20curqui?= Date: Mon, 11 Mar 2024 14:24:13 +0100 Subject: [PATCH 5/6] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1033d6c2..316e1928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 0.16.0 ### Breaking Changes: - +- `scoreDetails` feature is not experimental anymore. You can directly use showRankingScoreDetails during a search without activating the experimental feature # 0.15.0 ### Breaking Changes: From 86a0c47d4a96533504395002f4d6c181114ece4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20U=2E=20-=20curqui?= Date: Mon, 11 Mar 2024 14:24:35 +0100 Subject: [PATCH 6/6] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 316e1928..04ea626d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ # 0.16.0 ### Breaking Changes: + - `scoreDetails` feature is not experimental anymore. You can directly use showRankingScoreDetails during a search without activating the experimental feature + # 0.15.0 ### Breaking Changes: