Skip to content

Commit 73bcf47

Browse files
committed
chore(release): publish packages
- native_toolchain_rust@0.1.0-dev.4
1 parent 45d62ec commit 73bcf47

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
638
## 2024-07-04
739

840
### Changes

example/dart_package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: ^3.5.0-90.0.dev
88

99
dependencies:
10-
native_toolchain_rust: ^0.1.0-dev.2
10+
native_toolchain_rust: ^0.1.0-dev.4
1111
native_assets_cli: ^0.6.1
1212

1313
dev_dependencies:

example/flutter_package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
native_toolchain_rust: ^0.1.0-dev.2
13+
native_toolchain_rust: ^0.1.0-dev.4
1414
native_assets_cli: ^0.6.1
1515

1616
dev_dependencies:

native_toolchain_rust/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
## 0.1.0-dev.2
219

320
- **FEAT**: add flutter package example.

native_toolchain_rust/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: native_toolchain_rust
22
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
44
homepage: https://github.com/irondash/native_toolchain_rust.git
55

66
environment:

0 commit comments

Comments
 (0)