github aquaproj/aqua v2.41.0

latest releases: v2.42.2, v2.42.1, v2.42.1-0...
8 days ago

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`

Don't miss a new aqua release

NewReleases is sending notifications on new releases.