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.5
  • Loading branch information
knopp committed Aug 5, 2024
1 parent f608e5d commit 107c341
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-05

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`native_toolchain_rust` - `v0.1.0-dev.5`](#native_toolchain_rust---v010-dev5)

---

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

- **FIX**: build on iOS failing for crates with build script (#18).


## 2024-07-05

### 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.4
native_toolchain_rust: ^0.1.0-dev.5
native_assets_cli: ^0.7.2

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.4
native_toolchain_rust: ^0.1.0-dev.5
native_assets_cli: ^0.7.2

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

- **FIX**: build on iOS failing for crates with build script (#18).

## 0.1.0-dev.4

> Note: This release has breaking changes.
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.4
version: 0.1.0-dev.5
homepage: https://github.com/irondash/native_toolchain_rust.git

environment:
Expand Down

0 comments on commit 107c341

Please sign in to comment.