Skip to content

Commit

Permalink
Merge branch 'gh-637-export-with-score-wrappers' into 'main'
Browse files Browse the repository at this point in the history
Regression: export with score wrapper classes GH#637

See merge request objectbox/objectbox-dart!85
  • Loading branch information
greenrobot-team committed May 27, 2024
2 parents 045460f + fbbd4e4 commit 61a04a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objectbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## latest

* Export `ObjectWithScore` and `IdWithScore` used by the new find with score `Query` methods. [#637]

## 4.0.0 (2024-05-15)

**To upgrade to this major release** run `flutter pub upgrade objectbox --major-versions`
Expand Down
1 change: 1 addition & 0 deletions objectbox/lib/objectbox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export 'src/admin.dart' show Admin;
export 'src/annotations.dart';
export 'src/box.dart' show Box, PutMode;
export 'src/common.dart';
export 'src/native/query/vector_search_results.dart';
export 'src/query.dart'
show
Query,
Expand Down

0 comments on commit 61a04a7

Please sign in to comment.