Skip to content

Commit

Permalink
Release 9.0.0-pre.20241020.2 (2024-10-25)
Browse files Browse the repository at this point in the history
Baseline: fc0bbd7

New features:

  - The "blaze --quiet" command line option can now be used to make
    Blaze emit much less output.

Important changes:

  - The stripPrefix parameter of repository_ctx.download_and_extract()
    and repository_ctx.extract() has been renamed to strip_prefix;
    the deprecated
    stripPrefix name remains usable for compatibility.

This release contains contributions from many people at Google, as well as Dimi Shahbaz, Fabian Meumertzheim, Rostislav Rumenov.
  • Loading branch information
Bazel Release System authored and keertk committed Oct 25, 2024
1 parent 6a44976 commit 07f0f0b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Release 9.0.0-pre.20241020.2 (2024-10-25)

```
Baseline: fc0bbd73106c6d67ebe22a0544a0480f5400e284
```

New features:

- The "blaze --quiet" command line option can now be used to make
Blaze emit much less output.

Important changes:

- The stripPrefix parameter of repository_ctx.download_and_extract()
and repository_ctx.extract() has been renamed to strip_prefix;
the deprecated
stripPrefix name remains usable for compatibility.

This release contains contributions from many people at Google, as well as Dimi Shahbaz, Fabian Meumertzheim, Rostislav Rumenov.

## Release 9.0.0-pre.20241016.1 (2024-10-22)

```
Expand Down

0 comments on commit 07f0f0b

Please sign in to comment.