File tree 5 files changed +52
-3
lines changed 5 files changed +52
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2024-07-05
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - [ ` native_toolchain_rust ` - ` v0.1.0-dev.4 ` ] ( #native_toolchain_rust---v010-dev4 )
15
+
16
+ Packages with other changes:
17
+
18
+ - There are no other changes in this release.
19
+
20
+ ---
21
+
22
+ #### ` native_toolchain_rust ` - ` v0.1.0-dev.4 `
23
+
24
+ - ** FIX** : use OS.executableFileName rather than hardcoding the extension (#5 ).
25
+ - ** FIX** : wording.
26
+ - ** FIX** : tweak message.
27
+ - ** FIX** : android build fixes.
28
+ - ** FEAT** : allow overriding asset name (#13 ).
29
+ - ** FEAT** : add build tests (#3 ).
30
+ - ** FEAT** : write error message to stderr.
31
+ - ** DOCS** : wording.
32
+ - ** DOCS** : singular.
33
+ - ** DOCS** : update example link.
34
+ - ** BREAKING** ** FEAT** : update native_assets_cli version.
35
+ - ** BREAKING** ** FEAT** : rename ignoreMissingNativeManifest to useNativeManifest (#6 ).
36
+
37
+
6
38
## 2024-07-04
7
39
8
40
### Changes
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
7
7
sdk : ^3.5.0-90.0.dev
8
8
9
9
dependencies :
10
- native_toolchain_rust : ^0.1.0-dev.2
10
+ native_toolchain_rust : ^0.1.0-dev.4
11
11
native_assets_cli : ^0.6.1
12
12
13
13
dev_dependencies :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- native_toolchain_rust : ^0.1.0-dev.2
13
+ native_toolchain_rust : ^0.1.0-dev.4
14
14
native_assets_cli : ^0.6.1
15
15
16
16
dev_dependencies :
Original file line number Diff line number Diff line change
1
+ ## 0.1.0-dev.4
2
+
3
+ > Note: This release has breaking changes.
4
+
5
+ - ** FIX** : use OS.executableFileName rather than hardcoding the extension (#5 ).
6
+ - ** FIX** : wording.
7
+ - ** FIX** : tweak message.
8
+ - ** FIX** : android build fixes.
9
+ - ** FEAT** : allow overriding asset name (#13 ).
10
+ - ** FEAT** : add build tests (#3 ).
11
+ - ** FEAT** : write error message to stderr.
12
+ - ** DOCS** : wording.
13
+ - ** DOCS** : singular.
14
+ - ** DOCS** : update example link.
15
+ - ** BREAKING** ** FEAT** : update native_assets_cli version.
16
+ - ** BREAKING** ** FEAT** : rename ignoreMissingNativeManifest to useNativeManifest (#6 ).
17
+
1
18
## 0.1.0-dev.2
2
19
3
20
- ** FEAT** : add flutter package example.
Original file line number Diff line number Diff line change 1
1
name : native_toolchain_rust
2
2
description : Library to interact with rustup and cargo when building Dart and Flutter native assets written in Rust.
3
- version : 0.1.0-dev.3
3
+ version : 0.1.0-dev.4
4
4
homepage : https://github.com/irondash/native_toolchain_rust.git
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments