Skip to content

v2.41.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 01:22
· 23 commits to main since this release
v2.41.0
888e5a4

Pull Requests | Issues | v2.40.0...v2.41.0

Features

#3407 Support cargo install's --locked option

https://aquaproj.github.io/docs/reference/registry-config/cargo-package

e.g. registry.yaml:

            type: cargo
            crate: rhit
            cargo:
              locked: true
      --locked               Assert that `Cargo.lock` will remain unchanged

#3399 update: Support filtering updated packages using package tags

https://aquaproj.github.io/docs/guides/package-tag

e.g.

aqua up -t bootstrap # Update only packages with a tag `bootstrap`
aqua up --exclude-tags bootstrap # Exclude packages with a tag `bootstrap`