Skip to content

Commit

Permalink
Merge #411
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Feb 18, 2025
2 parents 11a76bc + c2ff456 commit 352ff86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
```
Then open your terminal and update dart packages.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Version {
static const String current = '0.16.0';
static const String current = '0.17.0';

static String get qualifiedVersion {
return "Meilisearch Dart (v$current)";
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.0
homepage: https://meilisearch.com
repository: https://github.com/meilisearch/meilisearch-dart
issue_tracker: https://github.com/meilisearch/meilisearch-dart/issues
Expand Down

0 comments on commit 352ff86

Please sign in to comment.