Skip to content

Commit

Permalink
release: 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Nov 1, 2024
1 parent f9554b2 commit 4b9cbb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Nothing Yet!

# Version 0.25.0 (2024-11-01)
# Version 0.25.1 (2024-11-01)

This release contains a few new features for further customizing the installer experience, both as a packager and the end user.

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,12 +12,12 @@ edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/cargo-dist"
homepage = "https://opensource.axo.dev/cargo-dist/"
version = "0.25.0"
version = "0.25.1"

[workspace.dependencies]
# intra-workspace deps (you need to bump these versions when you cut releases too!
cargo-dist-schema = { version = "=0.25.0", path = "cargo-dist-schema" }
axoproject = { version = "=0.25.0", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
cargo-dist-schema = { version = "=0.25.1", path = "cargo-dist-schema" }
axoproject = { version = "=0.25.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 4b9cbb5

Please sign in to comment.