Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Feb 16, 2024
1 parent c7bd2e8 commit 6884312
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 71 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.7.0 (2024-02-16)

* Updates several dependencies, including a breaking change to miette.

# Version 0.6.1 (2024-01-19)

* Adds more platforms and improves their display names
Expand Down
153 changes: 85 additions & 68 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 @@ -29,11 +29,11 @@ cargo-projects = ["guppy", "semver"]
npm-projects = ["oro-common", "oro-package-spec", "node-semver"]

[dependencies]
axoasset = { version = "0.6.2", default-features = false, features = ["json-serde", "toml-edit", "toml-serde"] }
axocli = { version = "0.1.1", optional = true }
axoasset = { version = "0.7.0", default-features = false, features = ["json-serde", "toml-edit", "toml-serde"] }
axocli = { version = "0.2.0", optional = true }
camino = { version = "1.1.4", default-features = true, features = ["serde1"] }
console = "0.15.8"
miette = "5.6.0"
miette = "7.0.0"
guppy = { version = "0.17.5", optional = true }
tracing = "0.1.40"
oro-common = { version = "0.3.34", optional = true }
Expand Down

0 comments on commit 6884312

Please sign in to comment.