From 3aa93d7fa8028606a7d87f2cfb7a8384cc7bd002 Mon Sep 17 00:00:00 2001 From: Arvid Jakobsson Date: Tue, 24 Mar 2026 11:18:12 +0100 Subject: [PATCH] v 0.3.4 --- CHANGES.md | 5 +++-- dune-project | 2 +- passage.opam | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9b748c2..2f8a2f2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/dune-project b/dune-project index 5e12828..ca73bf9 100644 --- a/dune-project +++ b/dune-project @@ -8,7 +8,7 @@ (license "MIT") -(version "0.3.3") +(version "0.3.4") (source (github ahrefs/passage)) diff --git a/passage.opam b/passage.opam index 5f54c41..7cf9b2c 100644 --- a/passage.opam +++ b/passage.opam @@ -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 "]