File tree Expand file tree Collapse file tree 7 files changed +42
-6
lines changed
Expand file tree Collapse file tree 7 files changed +42
-6
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2025-11-27
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` mimir ` - ` v0.2.1+1 ` ] ( #mimir---v0211 )
19+ - [ ` flutter_mimir ` - ` v0.2.0+4 ` ] ( #flutter_mimir---v0204 )
20+
21+ Packages with dependency updates only:
22+
23+ > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24+
25+ - ` flutter_mimir ` - ` v0.2.0+4 `
26+
27+ ---
28+
29+ #### ` mimir ` - ` v0.2.1+1 `
30+
31+ - Switch to native_toolchain_rust
32+
33+
634## 2025-11-12
735
836### Changes
Original file line number Diff line number Diff line change 1+ ## 0.2.0+4
2+
3+ - Update a dependency to the latest release.
4+
15## 0.2.0+3
26
37 - Update a dependency to the latest release.
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ environment:
99dependencies :
1010 flutter :
1111 sdk : flutter
12- flutter_mimir : ^0.2.0+3
12+ flutter_mimir : ^0.2.0+4
1313 flutter_rearch : ^1.7.2
14- mimir : ^0.2.1+0
14+ mimir : ^0.2.1+1
1515 rearch : ^1.16.1
1616
1717dev_dependencies :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_mimir
22description : >
33 Extremely powerful, reactive NoSQL database with
44 typo-tolerant full-text search and declarative queries.
5- version : 0.2.0+3
5+ version : 0.2.0+4
66homepage : https://github.com/GregoryConrad/mimir
77repository : https://github.com/GregoryConrad/mimir
88issue_tracker : https://github.com/GregoryConrad/mimir/issues
@@ -15,7 +15,7 @@ environment:
1515dependencies :
1616 flutter :
1717 sdk : flutter
18- mimir : ^0.2.1+0
18+ mimir : ^0.2.1+1
1919 path : ^1.8.3
2020 path_provider : ^2.0.15
2121
Original file line number Diff line number Diff line change 1+ ## 0.2.1+1
2+
3+ - Switch to native_toolchain_rust
4+
15## 0.2.1+0
26
37 - Bump dependencies
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
77
88dependencies :
99 http : ^1.0.0
10- mimir : ^0.2.1+0
10+ mimir : ^0.2.1+1
1111
1212dev_dependencies :
1313 test : ^1.16.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: mimir
22description : >
33 Extremely powerful, reactive NoSQL database with
44 typo-tolerant full-text search and declarative queries.
5- version : 0.2.1+0
5+ version : 0.2.1+1
66homepage : https://github.com/GregoryConrad/mimir
77repository : https://github.com/GregoryConrad/mimir
88issue_tracker : https://github.com/GregoryConrad/mimir/issues
You can’t perform that action at this time.
0 commit comments