Skip to content

Commit e97643b

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent b5e9dd3 commit e97643b

File tree

5 files changed

+30
-3
lines changed

5 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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-10-01
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.2`](#native_toolchain_rs---v012)
19+
20+
---
21+
22+
#### `native_toolchain_rs` - `v0.1.2`
23+
24+
- **FEAT**: add a default logger ([#20](https://github.com/GregoryConrad/native_toolchain_rs/issues/20)).
25+
- **FEAT**: make RustBuilder implement Builder interface ([#19](https://github.com/GregoryConrad/native_toolchain_rs/issues/19)).
26+
27+
628
## 2025-09-27
729

830
### Changes

examples/dart_only/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77

88
dependencies:
99
hooks: ^0.20.1
10-
native_toolchain_rs: ^0.1.1+3
10+
native_toolchain_rs: ^0.1.2
1111

1212
dev_dependencies:
1313
# TODO use released version

examples/flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
flutter:
1010
sdk: flutter
1111
hooks: ^0.20.1
12-
native_toolchain_rs: ^0.1.1+3
12+
native_toolchain_rs: ^0.1.2
1313

1414
dev_dependencies:
1515
# TODO use released version

native_toolchain_rs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.2
2+
3+
- **FEAT**: add a default logger ([#20](https://github.com/GregoryConrad/native_toolchain_rs/issues/20)).
4+
- **FEAT**: make RustBuilder implement Builder interface ([#19](https://github.com/GregoryConrad/native_toolchain_rs/issues/19)).
5+
16
## 0.1.1+3
27

38
- **FIX**: revert to test 1.26.2 for stable flutter.

native_toolchain_rs/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.1+3
5+
version: 0.1.2
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)