Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inherits = "release"
panic = "unwind"

[workspace.package]
version = "1.41.0"
version = "1.42.0"
edition = "2024"
# Kept at the floor mise can build with (its distro packaging pins the
# toolchain) so mise can embed the library crates. CI enforces this via
Expand Down
2 changes: 1 addition & 1 deletion aube.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
min_usage_version "4.0"
name aube
bin aube
version "1.41.0"
version "1.42.0"
about "A fast Node.js package manager"
usage "Usage: aube [OPTIONS] [COMMAND]"
flag "-C --dir --cd --prefix" help="Change to directory before running (like `make -C` or `mise --cd`)" global=#true {
Expand Down
10 changes: 10 additions & 0 deletions crates/aube-codes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-codes-v1.41.0...aube-codes-v1.42.0) - 2026-08-18

### Added

- *(store)* add structured prune previews ([#1321](https://github.com/jdx/aube/pull/1321))

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-codes-v1.40.0...aube-codes-v1.41.0) - 2026-08-16

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/aube-linker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-linker-v1.41.0...aube-linker-v1.42.0) - 2026-08-18

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-linker-v1.40.0...aube-linker-v1.41.0) - 2026-08-16

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/aube-lockfile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-lockfile-v1.41.0...aube-lockfile-v1.42.0) - 2026-08-18

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-lockfile-v1.40.0...aube-lockfile-v1.41.0) - 2026-08-16

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/aube-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-manifest-v1.41.0...aube-manifest-v1.42.0) - 2026-08-18

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-manifest-v1.40.0...aube-manifest-v1.41.0) - 2026-08-16

### Added
Expand Down
10 changes: 10 additions & 0 deletions crates/aube-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-registry-v1.41.0...aube-registry-v1.42.0) - 2026-08-18

### Fixed

- *(resolver)* compact exact optional package histories ([#1315](https://github.com/jdx/aube/pull/1315))

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-registry-v1.40.0...aube-registry-v1.41.0) - 2026-08-16

### Other
Expand Down
11 changes: 11 additions & 0 deletions crates/aube-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-resolver-v1.41.0...aube-resolver-v1.42.0) - 2026-08-18

### Fixed

- *(resolver)* allow deep peer-context chains to converge ([#1324](https://github.com/jdx/aube/pull/1324))
- *(resolver)* compact exact optional package histories ([#1315](https://github.com/jdx/aube/pull/1315))

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-resolver-v1.40.0...aube-resolver-v1.41.0) - 2026-08-16

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/aube-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-runtime-v1.41.0...aube-runtime-v1.42.0) - 2026-08-18

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-runtime-v1.40.0...aube-runtime-v1.41.0) - 2026-08-16

### Other
Expand Down
10 changes: 10 additions & 0 deletions crates/aube-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-scripts-v1.41.0...aube-scripts-v1.42.0) - 2026-08-18

### Fixed

- *(resolver)* compact exact optional package histories ([#1315](https://github.com/jdx/aube/pull/1315))

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-scripts-v1.40.0...aube-scripts-v1.41.0) - 2026-08-16

### Other
Expand Down
10 changes: 10 additions & 0 deletions crates/aube-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-settings-v1.41.0...aube-settings-v1.42.0) - 2026-08-18

### Fixed

- *(install)* keep gvs enabled for nuxt and parcel ([#1312](https://github.com/jdx/aube/pull/1312))

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-settings-v1.40.0...aube-settings-v1.41.0) - 2026-08-16

### Added
Expand Down
11 changes: 11 additions & 0 deletions crates/aube-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-store-v1.41.0...aube-store-v1.42.0) - 2026-08-18

### Added

- *(store)* add structured prune previews ([#1321](https://github.com/jdx/aube/pull/1321))

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))
- *(store)* stream large tar entries into CAS ([#1318](https://github.com/jdx/aube/pull/1318))

## [1.41.0](https://github.com/jdx/aube/compare/aube-store-v1.40.0...aube-store-v1.41.0) - 2026-08-16

### Fixed
Expand Down
10 changes: 10 additions & 0 deletions crates/aube-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-util-v1.41.0...aube-util-v1.42.0) - 2026-08-18

### Added

- *(util)* add EngineContext runtime embedder seam ([#1326](https://github.com/jdx/aube/pull/1326))

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-util-v1.40.0...aube-util-v1.41.0) - 2026-08-16

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions crates/aube-workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/aube-workspace-v1.41.0...aube-workspace-v1.42.0) - 2026-08-18

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))

## [1.41.0](https://github.com/jdx/aube/compare/aube-workspace-v1.40.0...aube-workspace-v1.41.0) - 2026-08-16

### Other
Expand Down
17 changes: 17 additions & 0 deletions crates/aube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.42.0](https://github.com/jdx/aube/compare/v1.41.0...v1.42.0) - 2026-08-18

### Added

- *(util)* add EngineContext runtime embedder seam ([#1326](https://github.com/jdx/aube/pull/1326))
- *(store)* add structured prune previews ([#1321](https://github.com/jdx/aube/pull/1321))

### Fixed

- *(pack)* resolve catalog dependencies before archiving ([#1334](https://github.com/jdx/aube/pull/1334))
- *(resolver)* compact exact optional package histories ([#1315](https://github.com/jdx/aube/pull/1315))

### Other

- refresh benchmarks for v1.41.0 ([#1322](https://github.com/jdx/aube/pull/1322))
- *(store)* stream large tar entries into CAS ([#1318](https://github.com/jdx/aube/pull/1318))

## [1.41.0](https://github.com/jdx/aube/compare/v1.40.0...v1.41.0) - 2026-08-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -13725,7 +13725,7 @@
"config": {
"props": {}
},
"version": "1.41.0",
"version": "1.42.0",
"usage": "Usage: aube [OPTIONS] [COMMAND]",
"complete": {
"script": {
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

**Usage**: `aube [FLAGS] <SUBCOMMAND>`

**Version**: 1.41.0
**Version**: 1.42.0

- **Usage**: `aube [FLAGS] <SUBCOMMAND>`

Expand Down
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.41.0",
"releasedAt": "2026-08-16T19:21:57Z"
"version": "1.42.0",
"releasedAt": "2026-08-18T21:52:02Z"
}
Loading