File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.1.8 (2025-10-21)
2+ - deep refactor of the code
3+ - more code moved to the lib, cleaner main.ml file
4+ - more abstractions, less indirection
5+ - updated the editor for reusability and robustness
6+ - removed lwt, since we don't really have true async code
7+ - use bos for command running and stdin/stdout/stderr handling
8+ - removed lwt
9+ - updated completions (bash and zsh)
10+
111## 0.1.7 (2025-09-15)
212- Add --comment flag to the create command
313- Add edit-comments command
Original file line number Diff line number Diff line change 88
99( license " MIT" )
1010
11- ( version " 0.1.7 " )
11+ ( version " 0.1.8 " )
1212
1313( source
1414 ( github ahrefs/passage) )
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "0.1.7 "
3+ version: "0.1.8 "
44synopsis: "Passage - used to store and manage access to shared secrets"
55description: "Passage - used to store and manage access to shared secrets"
66maintainer: ["Ahrefs Pte Ltd <github@ahrefs.com>"]
You can’t perform that action at this time.
0 commit comments