From cf5618b42e389564e39fecbbaf7ae256da06e18e Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:32:53 -0300 Subject: [PATCH 1/4] 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 ba2cfab..ab785ad 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,5 +1,5 @@ class Version { - static const String current = '0.17.0'; + static const String current = '0.17.1'; static String get qualifiedVersion { return "Meilisearch Dart (v$current)"; From 72565432e2e275c97a91bd8e68edb6bf3ee19727 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:32:54 -0300 Subject: [PATCH 2/4] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8138168..c8674d6 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.0 +version: 0.17.1 homepage: https://meilisearch.com repository: https://github.com/meilisearch/meilisearch-dart issue_tracker: https://github.com/meilisearch/meilisearch-dart/issues From d793496e6015bee56177e74d145a921fd38b43b3 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:32:55 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d16b20b..62fb6f1 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.0 + meilisearch: ^0.17.1 ``` Then open your terminal and update dart packages. From 63853ac2bb74433d08dc08f90abf0b4cd5c1a61c Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:32:56 -0300 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c226b..63fa93e 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.1 +### Breaking Changes: + # 0.17.0 ### Breaking Changes: