Skip to content

Commit

Permalink
release: 0.27.1-prerelease.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jan 6, 2025
1 parent de07559 commit b5ec74d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Shell installers now check if the tool it installed is shadowed by another tool

- impl @mistydemeo [feat: check for shadowed binaries in shell installer](https://github.com/axodotdev/cargo-dist/pull/1659)

## Prefer GitHub over Axo Releases

This release switches the preferred installation location to GitHub. In prior releases, if the user had both GitHub Releases and Axo Releases selected, generated installation scripts and receipts would prefer to fetch from GitHub.

- impl @mistydemeo [feat: prioritize github over axo](https://github.com/axodotdev/cargo-dist/pull/1673)

# Version 0.27.0 (2024-12-19)

We're back once more with a little holiday gift for you. This release contains a few new features and fixes.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/cargo-dist"
homepage = "https://opensource.axo.dev/cargo-dist/"
version = "0.27.0"
version = "0.27.0-prerelease.1"
rust-version = "1.74"

[workspace.dependencies]
# intra-workspace deps (you need to bump these versions when you cut releases too!
cargo-dist-schema = { version = "=0.27.0", path = "cargo-dist-schema" }
axoproject = { version = "=0.27.0", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
cargo-dist-schema = { version = "=0.27.0-prerelease.1", path = "cargo-dist-schema" }
axoproject = { version = "=0.27.0-prerelease.1", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }

# first-party deps
axocli = { version = "0.2.0" }
Expand Down

0 comments on commit b5ec74d

Please sign in to comment.