Note
This is a release candidate that's being used to test the new automated release process. Detailed release notes will be published with v0.1.6. The final v0.1.6 release is not expected to differ from this release by much. Also, due to an issue with the release process while still in flight, v0.1.6-rc.1 was not published.
What's Changed
- Add
brioche live-updatecommand to live-update/auto-update projects by @kylewlacy in #234 - Bump the cargo group with 12 updates by @dependabot[bot] in #236
- Update
live-updatesubcommand to useliveUpdateexport by @kylewlacy in #237 - Speed up debug compilation by @kylewlacy in #238
- Remove uses of legacy registry endpoints by @kylewlacy in #239
- Bump the cargo group with 7 updates by @dependabot[bot] in #240
- Fix
brioche live-updatenot showing output on error by @kylewlacy in #243 - Bump the cargo group with 8 updates by @dependabot[bot] in #244
- Bump the cargo group with 8 updates by @dependabot[bot] in #245
- Update rust version to 1.87 by @jaudiger in #248
- Upgrade Rust version for Brioche-in-Brioche by @kylewlacy in #249
- Add workaround for "file exists" bug in CI by @kylewlacy in #250
- Update CI macOS default images by @jaudiger in #251
- ci: add GitHub Actions update through dependabot by @jaudiger in #252
- Bump the cargo group across 1 directory with 10 updates by @dependabot[bot] in #253
- Bump the cargo group with 11 updates by @dependabot[bot] in #254
- Update
checksubcommand to check all projects in one pass by @kylewlacy in #255 - Update opentelemetry crates by @jaudiger in #257
- Bump reqwest from 0.12.18 to 0.12.19 in the cargo group by @dependabot[bot] in #258
- Fix another "file exists" bug when fetching projects from cache by @kylewlacy in #259
- Add JS op to get current platform by @kylewlacy in #260
- Bump the cargo group with 2 updates by @dependabot[bot] in #261
- Bump the cargo group with 10 updates by @dependabot[bot] in #262
- Bump the cargo group with 3 updates by @dependabot[bot] in #264
- Resolve some clippy pedantic lints by @jaudiger in #263
- Update all the transient dependencies by @jaudiger in #265
- Bump the cargo group with 2 updates by @dependabot[bot] in #266
- Update to Rust v1.88 by @kylewlacy in #267
- refactor: make use of the new if let chains pattern with Rust 1.88 by @jaudiger in #270
- Bump the cargo group with 6 updates by @dependabot[bot] in #273
- Update GitHub CI files by @jaudiger in #271
- ci(brioche): build aarch64 packed artifacts by @jaudiger in #272
- Update Dependabot configuration by @jaudiger in #274
- Bump the cargo group with 10 updates by @dependabot[bot] in #277
- Remove an argument cloning inside brioche download by @jaudiger in #279
- Bump the cargo group with 16 updates by @dependabot[bot] in #280
- Bump the cargo group with 70 updates by @dependabot[bot] in #282
- Bump the cargo group with 17 updates by @dependabot[bot] in #284
- Bump object store by @nz366 in #287
- Bump the cargo group with 18 updates by @dependabot[bot] in #289
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #291
- Fix CI build for packed aarch64 artifact using x86-64 by @kylewlacy in #292
- Use Brioche nightly for building packed aarch64 build by @kylewlacy in #293
- Add new
--experimental-lazyCLI option forbrioche buildby @kylewlacy in #294 - Update Rust version to 1.89 by @jaudiger in #295
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #296
- Update clippy lints by @jaudiger in #297
- Fix
live-updateremoving some TypeScript annotations by @kylewlacy in #298 - chore(cargo): resolve all the automatic fixables lints from pedantic by @jaudiger in #299
- Use lazy lock when it's possible by @jaudiger in #300
- build: remove features from tokio-util dependency by @jaudiger in #301
- Fix panic when enabling OpenTelemetry output by @kylewlacy in #303
- Build(deps): bump slab from 0.4.10 to 0.4.11 by @dependabot[bot] in #304
- Improve OpenTelemetry output by @kylewlacy in #305
- feat(otel): refactor the code and add logging exporting by @jaudiger in #306
- Continue to resolve Clippy pedantic lints by @jaudiger in #307
- build: update Rust version to 1.90 by @jaudiger in #309
- chore(clippy): add unreadable_literal lint to Cargo.toml by @jaudiger in #310
- Upgrade Brioche-in-Brioche dependenices by @kylewlacy in #311
- Allow setting hash algorithm for HashSet/HashMap by @jaudiger in #312
- Resolve all the pedantic lints by @jaudiger in #313
- Update GitHub CI by @jaudiger in #314
- ci: update workflow to use runs-on instead of runs_on by @jaudiger in #315
- ci: update workflow to use matrix include syntax by @jaudiger in #316
- refactor(ci): use latest version of
brioche-dev/setup-briocheto simplify Brioche installation by @jaudiger in #317 - build: update object_store to version 0.12.4 by @jaudiger in #323
- Sign and restructure built binaries by @kylewlacy in #281
- Switch to
xzfor Brioche release artifacts by @kylewlacy in #324 - Add publish args to skip some checks when used in CI by @jaudiger in #326
- Small tweaking here and there by @jaudiger in #337
- build: remove assert_matches from dependencies, add to dev-dependencies by @jaudiger in #336
- build: update opentelemetry dependencies to latest versions by @jaudiger in #335
- Update efficiency of format command when working with multiple projects by @jaudiger in #338
- Build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #341
- Add internal post-install step for Brioche installation and updates by @kylewlacy in #342
- build: remove target setup from rust toolchain toml file by @jaudiger in #345
- Update Dependabot config by @jaudiger in #346
- Build(deps): bump the cargo group with 24 updates by @dependabot[bot] in #347
- Build(deps): bump the cargo group with 10 updates by @dependabot[bot] in #348
- Build(deps): bump the cargo group with 7 updates by @dependabot[bot] in #351
- Build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #350
- Build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #349
New Contributors
Full Changelog: v0.1.5...v0.1.6-rc.2