File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: native_toolchain_rs
22description : >
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
66homepage : https://github.com/GregoryConrad/native_toolchain_rs
77repository : https://github.com/GregoryConrad/native_toolchain_rs
88issue_tracker : https://github.com/GregoryConrad/native_toolchain_rs/issues
You can’t perform that action at this time.
0 commit comments