Skip to content
Commit 59ed4d37 authored by Bot's avatar Bot
Browse files

chore(release): 1.0.0-alpha.7 [skip ci]

# [1.0.0-alpha.7](https://git.gitlab.arm.com/bazel/rules_download/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2024-01-23)

### Code Refactoring

* change `symlinks` to `links` ([717151db](https://git.gitlab.arm.com/bazel/rules_download/commit/717151db48f33d87f2e007f3521254952c980dee))

### BREAKING CHANGES

* `symlinks` in the rule is now `links`

```diff
 download_archive(
-    symlinks = {
+    links = {
         "abc.txt": "def.txt",
     }
 )
```
parent e6ac3d10
Loading
Loading
Loading
Pipeline #6099 skipped