Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Unreleased
# Unreleased

## 0.3.4 (2026-03-24)
- `passage init` does not overwrite previous config unless `--force` is passed.
- Newline can be used to terminate user name input.
- Add `overlap` command to find recipients with the most secret overlap, to help coordinate key refreshes.
- `passage refresh` now warns when secrets are skipped due to lack of access.
- Fix bug where in-line comments in .pub, .keys and .group files were not ignored ([#20](https://github.com/ahrefs/passage/pull/20))
- Fix bug where in-line comments in .pub, .keys and .group files were not ignored ([#20](https://github.com/ahrefs/passage/pull/20)).

## 0.3.3 (2026-02-13)
- Update os availability in opam. Make passage available in macos again
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.3.3")
(version "0.3.4")

(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.3.3"
version: "0.3.4"
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 <github@ahrefs.com>"]
Expand Down
Loading