From 2a919b339976baf544ae6a67261380b093549330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Thu, 31 Oct 2024 13:50:10 -0700 Subject: [PATCH] release: 0.8.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- axoupdater-cli/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cd443..6f3c9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Version 0.8.0 (2024-10-31) + +This release adds support for overriding the GitHub API URL using new environment variables: + +* `{app_name}_INSTALLER_GITHUB_BASE_URL` +* `{app_name}_INSTALLER_GHE_BASE_URL` + +For more information, see the [dist installer docs](https://opensource.axo.dev/cargo-dist/book/installers/usage.html#artifact-location). + +- impl + - @gaborbernat [Allow changing the GitHub API base URL via the INSTALLER_DOWNLOAD_URL env var](https://github.com/axodotdev/axoupdater/pull/199) + - @mistydemeo [feat: use new custom env vars](https://github.com/axodotdev/axoupdater/pull/201) + # Version 0.7.3 (2024-10-22) This release contains improvements on Windows, ensuring that temporary files and diff --git a/Cargo.lock b/Cargo.lock index af49973..7a53a89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "axoupdater" -version = "0.7.3" +version = "0.8.0" dependencies = [ "axoasset", "axoprocess", @@ -383,7 +383,7 @@ dependencies = [ [[package]] name = "axoupdater-cli" -version = "0.7.3" +version = "0.8.0" dependencies = [ "axoasset", "axocli", diff --git a/Cargo.toml b/Cargo.toml index 3904aa0..555e5e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["axoupdater", "axoupdater-cli"] resolver = "2" [workspace.package] -version = "0.7.3" +version = "0.8.0" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/axodotdev/axoupdater" diff --git a/axoupdater-cli/Cargo.toml b/axoupdater-cli/Cargo.toml index f835e1a..fb27aaa 100644 --- a/axoupdater-cli/Cargo.toml +++ b/axoupdater-cli/Cargo.toml @@ -14,7 +14,7 @@ tls_native_roots = ["axoupdater/tls_native_roots"] [dependencies] axocli = "0.2.0" -axoupdater = { version = "=0.7.3", path = "../axoupdater", features = ["blocking"] } +axoupdater = { version = "=0.8.0", path = "../axoupdater", features = ["blocking"] } clap = { version = "4.5.20", features = ["derive"] } # errors