Skip to content

Latest commit

 

History

History
331 lines (165 loc) · 6.64 KB

File metadata and controls

331 lines (165 loc) · 6.64 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2026-01-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rust - v1.0.3

  • FIX: use proper file extension for Android NDK ranlib on Windows (#52).
  • FIX: fix <target-triple>-ranlib command not found (#50).

2025-12-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rust - v1.0.2

  • FIX: pass in no extra flag for debug mode (#47).

2025-12-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rust - v1.0.1

  • FIX: improve colon handling in dependency discovery for windows (#45).
  • FIX: add all build dependencies to the output for rebuilds (#44).

2025-11-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rust - v1.0.0

  • Rebrand to native_toolchain_rust from native_toolchain_rs

  • DOCS: update outdated "native assets" terminology.

2025-11-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v1.0.0

  • Bump "native_toolchain_rs" to 1.0.0.

2025-11-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v0.1.2+4

  • Bump dependencies

2025-10-18

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v0.1.2+3

  • FIX: set more NDK env vars + update examples (#27).

2025-10-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v0.1.2+2

  • FIX: use the .cmd NDK clangs on Windows (#24).

2025-10-04

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v0.1.2+1

  • FIX: drop .exe from NDK binaries and fix NDK target triples (#22).

2025-10-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v0.1.2

  • FEAT: add a default logger (#20).
  • FEAT: make RustBuilder implement Builder interface (#19).

2025-09-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v0.1.1+3

  • FIX: revert to test 1.26.2 for stable flutter.

2025-09-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v0.1.1+2

  • FIX: revert to meta 1.16 for stable flutter.

2025-09-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v0.1.1+1

  • REFACTOR: switch to monorepo (#15).
  • FIX: ensure toolchain is downloaded when logger is null.
  • FIX: use corrected library file name.
  • DOCS: move lingering example dir to actual package.

2025-09-27

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


native_toolchain_rs - v0.1.1

  • FIX: throw RustValidationException on bad toolchain, add unit tests (#11).
  • FEAT: improve exception help messages (#12).
  • FEAT: add exceptions to the public API (#8).
  • DOCS: add reference to (WIP) examples directory (#14).
  • DOCS: update package description (#13).
  • DOCS: improve/clarify README (#10).

2025-09-23

Changes


Packages with breaking changes:

Packages with other changes:

  • There are no other changes in this release.

native_toolchain_rs - v0.1.0

  • BREAKING FEAT: add working implementation.