Skip to content

Commit e002237

Browse files
committed
chore: update quiver to 0.3.4
1 parent e89a990 commit e002237

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Unreleased
22

3-
# Changed
3+
# Version 0.3.4 (2026-03-09)
4+
5+
## Changed
46

57
- Since the standard module project structure is `<module-name>/<module-name>`, modules are now extracted to `.nu-env/modules/<module-name>` with the package information going to `.nu-env/modules/<module-name>-<version>.dist-info`, like in Python. You now only need to type `use nu-salesforce *` in your script instead of `use nu-salesforce/nu-salesforce *`.
68

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quiver"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
description = "A module manager for Nushell"
66
license = "MIT"

0 commit comments

Comments
 (0)