Skip to content

Commit 3a473c2

Browse files
v 0.1.5
1 parent 670027e commit 3a473c2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased
1+
## 0.1.5 (2024-11-26)
2+
- Add replace-comment command
3+
- Make new and edit commands usage uniform
24
- Remove bash completions opam install. Moved to debian package.
35

46
## 0.1.4 (2024-08-26)

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.4")
11+
(version "0.1.5")
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.4"
3+
version: "0.1.5"
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)