Skip to content

Commit bec5115

Browse files
committed
refactor: switch to monorepo
1 parent 97f26ba commit bec5115

22 files changed

+621
-34
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ pubspec.lock
3535
.flutter-plugins
3636
.flutter-plugins-dependencies
3737

38+
# Melos
39+
!/pubspec.lock
40+
3841
# Rust related
3942
/target/
40-
Cargo.lock
43+
/Cargo.lock
4144

4245
.direnv/

CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ Packages with other changes:
2828
- **DOCS**: update package description ([#13](https://github.com/GregoryConrad/native_toolchain_rs/issues/13)).
2929
- **DOCS**: improve/clarify README ([#10](https://github.com/GregoryConrad/native_toolchain_rs/issues/10)).
3030

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-
4031

4132
## 2025-09-23
4233

@@ -57,10 +48,3 @@ Packages with other changes:
5748
#### `native_toolchain_rs` - `v0.1.0`
5849

5950
- **BREAKING** **FEAT**: add working implementation.
60-
61-
## 0.1.0
62-
63-
> Note: This release has breaking changes.
64-
65-
- **BREAKING** **FEAT**: add working implementation.
66-

native_toolchain_rs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 0.1.1
2+
3+
- **FIX**: throw RustValidationException on bad toolchain, add unit tests ([#11](https://github.com/GregoryConrad/native_toolchain_rs/issues/11)).
4+
- **FEAT**: improve exception help messages ([#12](https://github.com/GregoryConrad/native_toolchain_rs/issues/12)).
5+
- **FEAT**: add exceptions to the public API ([#8](https://github.com/GregoryConrad/native_toolchain_rs/issues/8)).
6+
- **DOCS**: add reference to (WIP) examples directory ([#14](https://github.com/GregoryConrad/native_toolchain_rs/issues/14)).
7+
- **DOCS**: update package description ([#13](https://github.com/GregoryConrad/native_toolchain_rs/issues/13)).
8+
- **DOCS**: improve/clarify README ([#10](https://github.com/GregoryConrad/native_toolchain_rs/issues/10)).
9+
10+
## 0.1.0
11+
12+
> Note: This release has breaking changes.
13+
14+
- **BREAKING** **FEAT**: add working implementation.

native_toolchain_rs/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

native_toolchain_rs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)