Skip to content
Merged
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
62 changes: 26 additions & 36 deletions Cargo.lock

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

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lto = "fat"
codegen-units = 1

[workspace.package]
version = "1.8.0"
version = "1.9.0"
edition = "2024"
rust-version = "1.93"
license = "MIT"
Expand Down Expand Up @@ -132,18 +132,18 @@ diffy = "0.4"
# Internal crates — `version` is required so `cargo publish` can resolve
# transitive crate dependencies via crates.io. release-plz keeps these
# versions in sync with [workspace.package].version during release PRs.
aube = { path = "crates/aube", version = "1.8.0" }
aube-codes = { path = "crates/aube-codes", version = "1.8.0" }
aube-settings = { path = "crates/aube-settings", version = "1.8.0" }
aube-resolver = { path = "crates/aube-resolver", version = "1.8.0" }
aube-registry = { path = "crates/aube-registry", version = "1.8.0" }
aube-store = { path = "crates/aube-store", version = "1.8.0" }
aube-linker = { path = "crates/aube-linker", version = "1.8.0" }
aube-lockfile = { path = "crates/aube-lockfile", version = "1.8.0" }
aube-manifest = { path = "crates/aube-manifest", version = "1.8.0" }
aube-scripts = { path = "crates/aube-scripts", version = "1.8.0" }
aube-workspace = { path = "crates/aube-workspace", version = "1.8.0" }
aube-util = { path = "crates/aube-util", version = "1.8.0" }
aube = { path = "crates/aube", version = "1.9.0" }
aube-codes = { path = "crates/aube-codes", version = "1.9.0" }
aube-settings = { path = "crates/aube-settings", version = "1.9.0" }
aube-resolver = { path = "crates/aube-resolver", version = "1.9.0" }
aube-registry = { path = "crates/aube-registry", version = "1.9.0" }
aube-store = { path = "crates/aube-store", version = "1.9.0" }
aube-linker = { path = "crates/aube-linker", version = "1.9.0" }
aube-lockfile = { path = "crates/aube-lockfile", version = "1.9.0" }
aube-manifest = { path = "crates/aube-manifest", version = "1.9.0" }
aube-scripts = { path = "crates/aube-scripts", version = "1.9.0" }
aube-workspace = { path = "crates/aube-workspace", version = "1.9.0" }
aube-util = { path = "crates/aube-util", version = "1.9.0" }

[profile.dev]
debug = 1
2 changes: 1 addition & 1 deletion aube.usage.kdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name aube
bin aube
version "1.8.0"
version "1.9.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
6 changes: 6 additions & 0 deletions crates/aube-codes/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.9.0](https://github.com/endevco/aube/compare/aube-codes-v1.8.0...aube-codes-v1.9.0) - 2026-05-05

### Other

- refresh benchmarks for v1.8.0 ([#508](https://github.com/endevco/aube/pull/508))

## [1.8.0](https://github.com/endevco/aube/compare/aube-codes-v1.7.0...aube-codes-v1.8.0) - 2026-05-03

### Added
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.9.0](https://github.com/endevco/aube/compare/aube-linker-v1.8.0...aube-linker-v1.9.0) - 2026-05-05

### Other

- refresh benchmarks for v1.8.0 ([#508](https://github.com/endevco/aube/pull/508))

## [1.8.0](https://github.com/endevco/aube/compare/aube-linker-v1.7.0...aube-linker-v1.8.0) - 2026-05-03

### Added
Expand Down
10 changes: 10 additions & 0 deletions crates/aube-lockfile/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.9.0](https://github.com/endevco/aube/compare/aube-lockfile-v1.8.0...aube-lockfile-v1.9.0) - 2026-05-05

### Fixed

- *(lockfile)* tolerate legacy license shapes in package-lock.json ([#512](https://github.com/endevco/aube/pull/512))

### Other

- refresh benchmarks for v1.8.0 ([#508](https://github.com/endevco/aube/pull/508))

## [1.8.0](https://github.com/endevco/aube/compare/aube-lockfile-v1.7.0...aube-lockfile-v1.8.0) - 2026-05-03

### Added
Expand Down
10 changes: 10 additions & 0 deletions crates/aube-manifest/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.9.0](https://github.com/endevco/aube/compare/aube-manifest-v1.8.0...aube-manifest-v1.9.0) - 2026-05-05

### Added

- *(workspace)* preserve comments in workspace yaml edits via yamlpatch ([#511](https://github.com/endevco/aube/pull/511))

### Other

- refresh benchmarks for v1.8.0 ([#508](https://github.com/endevco/aube/pull/508))

## [1.8.0](https://github.com/endevco/aube/compare/aube-manifest-v1.7.0...aube-manifest-v1.8.0) - 2026-05-03

### Added
Expand Down
6 changes: 6 additions & 0 deletions crates/aube-registry/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.9.0](https://github.com/endevco/aube/compare/aube-registry-v1.8.0...aube-registry-v1.9.0) - 2026-05-05

### Other

- refresh benchmarks for v1.8.0 ([#508](https://github.com/endevco/aube/pull/508))

## [1.8.0](https://github.com/endevco/aube/compare/aube-registry-v1.7.0...aube-registry-v1.8.0) - 2026-05-03

### Added
Expand Down
6 changes: 6 additions & 0 deletions crates/aube-resolver/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.9.0](https://github.com/endevco/aube/compare/aube-resolver-v1.8.0...aube-resolver-v1.9.0) - 2026-05-05

### Other

- refresh benchmarks for v1.8.0 ([#508](https://github.com/endevco/aube/pull/508))

## [1.8.0](https://github.com/endevco/aube/compare/aube-resolver-v1.7.0...aube-resolver-v1.8.0) - 2026-05-03

### Added
Expand Down
6 changes: 6 additions & 0 deletions crates/aube-scripts/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.9.0](https://github.com/endevco/aube/compare/aube-scripts-v1.8.0...aube-scripts-v1.9.0) - 2026-05-05

### Other

- refresh benchmarks for v1.8.0 ([#508](https://github.com/endevco/aube/pull/508))

## [1.8.0](https://github.com/endevco/aube/compare/aube-scripts-v1.7.0...aube-scripts-v1.8.0) - 2026-05-03

### Added
Expand Down
11 changes: 11 additions & 0 deletions crates/aube-settings/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.9.0](https://github.com/endevco/aube/compare/aube-settings-v1.8.0...aube-settings-v1.9.0) - 2026-05-05

### Added

- *(config)* store aube settings outside npmrc ([#517](https://github.com/endevco/aube/pull/517))
- *(workspace)* preserve comments in workspace yaml edits via yamlpatch ([#511](https://github.com/endevco/aube/pull/511))

### Other

- refresh benchmarks for v1.8.0 ([#508](https://github.com/endevco/aube/pull/508))

## [1.8.0](https://github.com/endevco/aube/compare/aube-settings-v1.7.0...aube-settings-v1.8.0) - 2026-05-03

### Added
Expand Down
6 changes: 6 additions & 0 deletions crates/aube-store/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.9.0](https://github.com/endevco/aube/compare/aube-store-v1.8.0...aube-store-v1.9.0) - 2026-05-05

### Other

- refresh benchmarks for v1.8.0 ([#508](https://github.com/endevco/aube/pull/508))

## [1.8.0](https://github.com/endevco/aube/compare/aube-store-v1.7.0...aube-store-v1.8.0) - 2026-05-03

### Added
Expand Down
Loading
Loading