Skip to content

Commit

Permalink
release: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Oct 31, 2024
1 parent 9e00436 commit 7cf9009
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.8.1 (2024-10-31)

This release fixes an issue with the previous release in which
`{app_name}_INSTALLER_GITHUB_BASE_URL` wouldn't respect the port specified by
the user.

# Version 0.8.0 (2024-10-31)

This release adds support for overriding the GitHub API URL using new environment variables:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["axoupdater", "axoupdater-cli"]
resolver = "2"

[workspace.package]
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/axodotdev/axoupdater"
Expand Down
2 changes: 1 addition & 1 deletion axoupdater-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tls_native_roots = ["axoupdater/tls_native_roots"]

[dependencies]
axocli = "0.2.0"
axoupdater = { version = "=0.8.0", path = "../axoupdater", features = ["blocking"] }
axoupdater = { version = "=0.8.1", path = "../axoupdater", features = ["blocking"] }
clap = { version = "4.5.20", features = ["derive"] }

# errors
Expand Down

0 comments on commit 7cf9009

Please sign in to comment.