Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - native_toolchain_rust@0.1.0-dev.4
  • Loading branch information
knopp committed Jul 5, 2024
1 parent 45d62ec commit 73bcf47
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-05

### Changes

---

Packages with breaking changes:

- [`native_toolchain_rust` - `v0.1.0-dev.4`](#native_toolchain_rust---v010-dev4)

Packages with other changes:

- There are no other changes in this release.

---

#### `native_toolchain_rust` - `v0.1.0-dev.4`

- **FIX**: use OS.executableFileName rather than hardcoding the extension (#5).
- **FIX**: wording.
- **FIX**: tweak message.
- **FIX**: android build fixes.
- **FEAT**: allow overriding asset name (#13).
- **FEAT**: add build tests (#3).
- **FEAT**: write error message to stderr.
- **DOCS**: wording.
- **DOCS**: singular.
- **DOCS**: update example link.
- **BREAKING** **FEAT**: update native_assets_cli version.
- **BREAKING** **FEAT**: rename ignoreMissingNativeManifest to useNativeManifest (#6).


## 2024-07-04

### Changes
Expand Down
2 changes: 1 addition & 1 deletion example/dart_package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ^3.5.0-90.0.dev

dependencies:
native_toolchain_rust: ^0.1.0-dev.2
native_toolchain_rust: ^0.1.0-dev.4
native_assets_cli: ^0.6.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion example/flutter_package/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
native_toolchain_rust: ^0.1.0-dev.2
native_toolchain_rust: ^0.1.0-dev.4
native_assets_cli: ^0.6.1

dev_dependencies:
Expand Down
17 changes: 17 additions & 0 deletions native_toolchain_rust/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.1.0-dev.4

> Note: This release has breaking changes.
- **FIX**: use OS.executableFileName rather than hardcoding the extension (#5).
- **FIX**: wording.
- **FIX**: tweak message.
- **FIX**: android build fixes.
- **FEAT**: allow overriding asset name (#13).
- **FEAT**: add build tests (#3).
- **FEAT**: write error message to stderr.
- **DOCS**: wording.
- **DOCS**: singular.
- **DOCS**: update example link.
- **BREAKING** **FEAT**: update native_assets_cli version.
- **BREAKING** **FEAT**: rename ignoreMissingNativeManifest to useNativeManifest (#6).

## 0.1.0-dev.2

- **FEAT**: add flutter package example.
Expand Down
2 changes: 1 addition & 1 deletion native_toolchain_rust/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: native_toolchain_rust
description: Library to interact with rustup and cargo when building Dart and Flutter native assets written in Rust.
version: 0.1.0-dev.3
version: 0.1.0-dev.4
homepage: https://github.com/irondash/native_toolchain_rust.git

environment:
Expand Down

0 comments on commit 73bcf47

Please sign in to comment.