Skip to content

Commit 352ff86

Browse files
meili-bors[bot]meili-botStrift
authored
Merge #411
411: Update version for the next release (v0.17) r=Strift a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-dart to a new version: "v0.17" 👇 CHANGELOG ## ✨ New * [AI-powered search](https://www.meilisearch.com/docs/learn/ai_powered_search/getting_started_with_ai_search) is now stable `@/Strift` ## 🚀 Enhancements * implement experimental ai-powered search (#398) `@/memishood` * Rename current_mean and current_sigma for AI feature (#407) `@/ahmednfwela` * Stabilize vector store usage (#410) `@/Strift` * Changes related to the next Meilisearch release (v1.13) (#408) `@/Strift` ## ⚙️ Maintenance/misc * Chore: fix linting issues (#403) `@/Strift` * Revert "Chore: fix linting issues" & fix linting (#405) `@/curquiza` Thanks again to `@/Strift,` `@/ahmednfwela,` `@/curquiza,` `@/meili-bors[bot],` and `@memishood!` 🎉 Co-authored-by: meili-bot <[email protected]> Co-authored-by: Laurent Cazanove <[email protected]>
2 parents 11a76bc + c2ff456 commit 352ff86

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

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

3+
# 0.17
4+
### Breaking Changes:
5+
36
# 0.16.0
47
### Breaking Changes:
58

README.md

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

5555
```yaml
5656
dependencies:
57-
meilisearch: ^0.16.0
57+
meilisearch: ^0.17.0
5858
```
5959
6060
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.16.0';
2+
static const String current = '0.17.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.16.0
3+
version: 0.17.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)