Skip to content

Commit

Permalink
new: Builder improvements. (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Feb 6, 2025
1 parent 41bc0c2 commit 4e342e2
Show file tree
Hide file tree
Showing 19 changed files with 858 additions and 269 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,27 @@

## Unreleased

#### 🚀 Updates

- Improved build from source.
- Instead of installing all system dependencies, we will now only install those that are missing.
- Before installing, we now prompt you whether to install, skip, or use `sudo`.
- Git repositories are now cloned with depth=1.
- Builders can now configure secondary executables.
- WASM API
- Added `BuilderInstruction.exes` field.
- Added `LoadVersionsInput.context` field.
- Added `ResolveVersionInput.context` field.

#### 🧩 Plugins

- Updated `schema_tool` to v0.16.4.
- Added additional `version` tokens to TOML, JSON, and YAML plugins.

#### ⚙️ Internal

- Updated dependencies.

## 0.45.1

#### 🐞 Fixes
Expand Down
Loading

0 comments on commit 4e342e2

Please sign in to comment.