Skip to content

Commit 93805be

Browse files
v 0.1.7
1 parent 2d6600f commit 93805be

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## Unpublished
1+
## 0.1.7 (2025-09-15)
2+
- Add --comment flag to the create command
3+
- Add edit-comments command
4+
- Show recipients in "user is not recipient" error
5+
- Add add-who and rm-who commands
6+
- Add groups suggestions to recipients suggestions
7+
- Add `my` command
8+
- Add better handling of bad setup for get and ls
9+
- Improve error handling and message for missing setup
10+
- Better error message when passage isn't setup
11+
- Update Makefile
12+
- Improve README and run linting
13+
- Catch `realpath` error and raise friendlier exception
214
- Update bash completions
315
- Add zsh completions
416

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
(license "MIT")
1010

11-
(version "0.1.6")
11+
(version "0.1.7")
1212

1313
(source
1414
(github ahrefs/passage))

passage.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.1.6"
3+
version: "0.1.7"
44
synopsis: "Passage - used to store and manage access to shared secrets"
55
description: "Passage - used to store and manage access to shared secrets"
66
maintainer: ["Ahrefs Pte Ltd <[email protected]>"]

0 commit comments

Comments
 (0)