Skip to content

Commit 5636167

Browse files
committed
chore: update quiver to v0.6.0
1 parent 0fd5469 commit 5636167

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# Version 0.6.0 (2026-05-05)
4+
35
## Added
46

57
- `qv` now launches a TUI where you can manage dependencies for your Quiver project. It includes a dependency graph, README and info viewer for installed dependencies, and an interactive mode to view dependency README's from github before adding them.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quiver"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2024"
55
description = "A module manager for Nushell"
66
license = "MIT"
@@ -9,7 +9,6 @@ homepage = "https://github.com/freepicheep/quiver"
99

1010
[dependencies]
1111
dirs = "6"
12-
git2 = { version = "0.20", features = ["vendored-libgit2"] }
1312
hex = "0.4"
1413
semver = "1"
1514
serde_json = "1"
@@ -26,6 +25,10 @@ ratatui = "0.30"
2625
crossterm = "0.29"
2726
tui-markdown = "0.3"
2827

28+
[dependencies.git2]
29+
version = "0.20"
30+
features = ["vendored-libgit2"]
31+
2932
[dependencies.clap]
3033
version = "4"
3134
features = ["derive"]

0 commit comments

Comments
 (0)