Skip to content

Commit

Permalink
release: 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed May 9, 2024
1 parent 2d86af7 commit 19b2b24
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.6.2 (2024-05-09)

This release fixes a bug which could prevent fetching release information from
GitHub for repositories with under 30 releases ([#106](https://github.com/axodotdev/axoupdater/pull/106)).

# Version 0.6.1 (2024-05-02)

This release reexports the `Version` type to simplify calling `set_current_version`.
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.6.1"
version = "0.6.2"
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 @@ -12,7 +12,7 @@ readme = "../README.md"

[dependencies]
axocli = "0.2.0"
axoupdater = { version = "=0.6.1", path = "../axoupdater", features = ["blocking"] }
axoupdater = { version = "=0.6.2", path = "../axoupdater", features = ["blocking"] }
clap = { version = "4.5.4", features = ["derive"] }

# errors
Expand Down

0 comments on commit 19b2b24

Please sign in to comment.