From 6a84846e6451e61653b503305529ae080aa7be07 Mon Sep 17 00:00:00 2001 From: Brian Majewski Date: Mon, 8 Jun 2026 06:19:57 -0700 Subject: [PATCH] chore: bump version and changelog (v0.6.0.1) Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5167f..026df25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to a four-digit MAJOR.MINOR.PATCH.MICRO version scheme. +## [0.6.0.1] - 2026-06-08 + +### Added + +- **`secrets which` now prints the manifest version (EGB-700)** — the manifest + header line shows `version N` alongside the store format, so a single + `secrets which` tells you both the on-disk store format and the `.secrets.json` + schema version at a glance. + ## [0.6.0.0] - 2026-06-07 ### Added diff --git a/VERSION b/VERSION index fdae70d..758efdb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0.0 +0.6.0.1