Skip to content

Commit

Permalink
release: 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Jul 11, 2024
1 parent 6b6352f commit 63ed797
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unreleased

Nothing Yet!


# Version 0.19.0 (2024-07-11)

This release improves support for corporate networks, fixes a regression in the ssldotcom-windows-sign feature, and lands some more groundwork for future improvements.


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.19.0-prerelease.1"
version = "0.19.0"

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

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

0 comments on commit 63ed797

Please sign in to comment.