Skip to content

Commit 97f26ba

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 889679b commit 97f26ba

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@
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+
## 2025-09-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+
- [`native_toolchain_rs` - `v0.1.1`](#native_toolchain_rs---v011)
19+
20+
---
21+
22+
#### `native_toolchain_rs` - `v0.1.1`
23+
24+
- **FIX**: throw RustValidationException on bad toolchain, add unit tests ([#11](https://github.com/GregoryConrad/native_toolchain_rs/issues/11)).
25+
- **FEAT**: improve exception help messages ([#12](https://github.com/GregoryConrad/native_toolchain_rs/issues/12)).
26+
- **FEAT**: add exceptions to the public API ([#8](https://github.com/GregoryConrad/native_toolchain_rs/issues/8)).
27+
- **DOCS**: add reference to (WIP) examples directory ([#14](https://github.com/GregoryConrad/native_toolchain_rs/issues/14)).
28+
- **DOCS**: update package description ([#13](https://github.com/GregoryConrad/native_toolchain_rs/issues/13)).
29+
- **DOCS**: improve/clarify README ([#10](https://github.com/GregoryConrad/native_toolchain_rs/issues/10)).
30+
31+
## 0.1.1
32+
33+
- **FIX**: throw RustValidationException on bad toolchain, add unit tests ([#11](https://github.com/GregoryConrad/native_toolchain_rs/issues/11)).
34+
- **FEAT**: improve exception help messages ([#12](https://github.com/GregoryConrad/native_toolchain_rs/issues/12)).
35+
- **FEAT**: add exceptions to the public API ([#8](https://github.com/GregoryConrad/native_toolchain_rs/issues/8)).
36+
- **DOCS**: add reference to (WIP) examples directory ([#14](https://github.com/GregoryConrad/native_toolchain_rs/issues/14)).
37+
- **DOCS**: update package description ([#13](https://github.com/GregoryConrad/native_toolchain_rs/issues/13)).
38+
- **DOCS**: improve/clarify README ([#10](https://github.com/GregoryConrad/native_toolchain_rs/issues/10)).
39+
40+
641
## 2025-09-23
742

843
### Changes

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: native_toolchain_rs
22
description: >
33
Rust support for Dart's Native Assets.
44
Automatically builds and bundles your Rust code with your Dart code!
5-
version: 0.1.0
5+
version: 0.1.1
66
homepage: https://github.com/GregoryConrad/native_toolchain_rs
77
repository: https://github.com/GregoryConrad/native_toolchain_rs
88
issue_tracker: https://github.com/GregoryConrad/native_toolchain_rs/issues

0 commit comments

Comments
 (0)