From 49e44c2ef1ab10f40730d42af37848fee2e66fda Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:54:20 +0100 Subject: [PATCH 1/7] 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 7b71c741..b7d52fa1 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,5 +1,5 @@ class Version { - static const String current = '0.16.0'; + static const String current = '0.17'; static String get qualifiedVersion { return "Meilisearch Dart (v$current)"; From bc024e6bb6f1b21bb34aae9ef1690ff266cf8cd2 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:54:20 +0100 Subject: [PATCH 2/7] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a306f7c8..8785517b 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.16.0 +version: 0.17 homepage: https://meilisearch.com repository: https://github.com/meilisearch/meilisearch-dart issue_tracker: https://github.com/meilisearch/meilisearch-dart/issues From 137c90aa280740503e27a13c659cab41e4229698 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:54:21 +0100 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d57212f6..a97bd891 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ You can install the **meilisearch** package by adding a few lines into `pubspec. ```yaml dependencies: - meilisearch: ^0.16.0 + meilisearch: ^0.17 ``` Then open your terminal and update dart packages. From a74b71d3d40e5896e26f95d3f72d67d571157c88 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:54:22 +0100 Subject: [PATCH 4/7] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ea626d..0a56a817 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.17 +### Breaking Changes: + # 0.16.0 ### Breaking Changes: From 5acf35200a50f43ee3578249630820f5e726d5cb Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Mon, 17 Feb 2025 03:02:42 +0100 Subject: [PATCH 5/7] Update lib/src/version.dart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine --- 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 b7d52fa1..ba2cfab1 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,5 +1,5 @@ class Version { - static const String current = '0.17'; + static const String current = '0.17.0'; static String get qualifiedVersion { return "Meilisearch Dart (v$current)"; From 582a5893fb4b9869925bd80409146f54a041baf6 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Mon, 17 Feb 2025 03:02:53 +0100 Subject: [PATCH 6/7] Update pubspec.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8785517b..8138168e 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.17 +version: 0.17.0 homepage: https://meilisearch.com repository: https://github.com/meilisearch/meilisearch-dart issue_tracker: https://github.com/meilisearch/meilisearch-dart/issues From 0d81f11c6e23273d2a141facef82df7229582ee2 Mon Sep 17 00:00:00 2001 From: Laurent Cazanove Date: Mon, 17 Feb 2025 03:09:05 +0100 Subject: [PATCH 7/7] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a97bd891..d16b20be 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ You can install the **meilisearch** package by adding a few lines into `pubspec. ```yaml dependencies: - meilisearch: ^0.17 + meilisearch: ^0.17.0 ``` Then open your terminal and update dart packages.