Skip to content

Commit

Permalink
v 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thatportugueseguy committed Nov 28, 2024
1 parent 62700c9 commit 8f2d6b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.6 (2024-11-28)
- fix small bug with the input_and_validate_loop fn and empty secrets

## 0.1.5 (2024-11-26)
- Add replace-comment command
- Make new and edit commands usage uniform
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

(license "MIT")

(version "0.1.5")
(version "0.1.6")

(source
(github ahrefs/passage))
Expand Down
2 changes: 1 addition & 1 deletion passage.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.5"
version: "0.1.6"
synopsis: "Passage - used to store and manage access to shared secrets"
description: "Passage - used to store and manage access to shared secrets"
maintainer: ["Ahrefs Pte Ltd <[email protected]>"]
Expand Down

0 comments on commit 8f2d6b0

Please sign in to comment.