From 3b5b4251b23aae505445b061faec4c394c7cc1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 20 May 2026 13:49:31 +0400 Subject: [PATCH] Release proboctl/v0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cmd/proboctl/CHANGELOG.md | 10 ++++++++++ cmd/proboctl/VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cmd/proboctl/CHANGELOG.md b/cmd/proboctl/CHANGELOG.md index 1933e2634..299faf1b7 100644 --- a/cmd/proboctl/CHANGELOG.md +++ b/cmd/proboctl/CHANGELOG.md @@ -1,3 +1,13 @@ # Changelog All notable changes to the `proboctl` CLI will be documented in this file. + +## Unreleased + +## [0.1.0] - 2026-05-20 + +### Added + +- Initial release of `proboctl`, a Cobra-based CLI for Probo instance management that connects directly to PostgreSQL +- `proboctl seed common-third-parties` — import the bundled third-party catalog (formerly the standalone `common-third-parties-import` command); `data.json` is embedded in the binary +- `proboctl seed common-tracker-patterns` — import bundled tracker patterns (formerly the standalone `common-tracker-patterns-import` command) diff --git a/cmd/proboctl/VERSION b/cmd/proboctl/VERSION index 77d6f4ca2..6e8bf73aa 100644 --- a/cmd/proboctl/VERSION +++ b/cmd/proboctl/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0