File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
2
14
- Update bash completions
3
15
- Add zsh completions
4
16
Original file line number Diff line number Diff line change 8
8
9
9
( license " MIT" )
10
10
11
- ( version " 0.1.6 " )
11
+ ( version " 0.1.7 " )
12
12
13
13
( source
14
14
( github ahrefs/passage) )
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "0.1.6 "
3
+ version: "0.1.7 "
4
4
synopsis: "Passage - used to store and manage access to shared secrets"
5
5
description: "Passage - used to store and manage access to shared secrets"
6
6
maintainer: ["Ahrefs Pte Ltd <
[email protected] >"]
You can’t perform that action at this time.
0 commit comments