Skip to content

Commit

Permalink
release: 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jan 8, 2025
1 parent 34732d2 commit b96f4b7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

Nothing Yet!

# Version 0.28.0 (2025-01-08)

This release contains a new feature that improves the Windows PowerShell installer. We've also made some behind-the-scenes changes which most users won't notice yet - keep an eye out for our next major release!

## PowerShell improvements

While we've always updated the user's `Path` variable for them, in the past the user had to reboot their system for the change to be reflected or temporarily add the installation directory to the `Path` themselves. Starting in 0.28.0, we now only require you to restart your shell for the change to take effect, not the entire system. We've also made improvements to our handling of this variable to better support users whose `Path` contained variable expansions.

Thanks to open source contributor @DavisVaughan, who did extensive research as well as writing the feature!

- impl @DavisVaughan [Rework Add-Path to avoid expanding and request an environment refresh](https://github.com/axodotdev/cargo-dist/pull/1658)

## Fixes

- @mistydemeo [Properly support installing apt packages from the default cargo-xwin builder](https://github.com/axodotdev/cargo-dist/pull/1681)

# Version 0.27.1 (2025-01-06)

## Fixed a bug where `dist migrate` would delete `dist-workspace.toml`
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.1"
version = "0.28.0"
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.1", path = "cargo-dist-schema" }
axoproject = { version = "=0.27.1", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
cargo-dist-schema = { version = "=0.28.0", path = "cargo-dist-schema" }
axoproject = { version = "=0.28.0", 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 b96f4b7

Please sign in to comment.