Skip to content

Commit 40ebbf2

Browse files
v 0.1.8
1 parent 84a3115 commit 40ebbf2

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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

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.7")
11+
(version "0.1.8")
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.7"
3+
version: "0.1.8"
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 <github@ahrefs.com>"]

0 commit comments

Comments
 (0)