Release proboctl/v0.1.0

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-20 13:49:31 +04:00
parent 1c445d6597
commit 3b5b4251b2
2 changed files with 11 additions and 1 deletions

View File

@@ -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)

View File

@@ -1 +1 @@
0.0.0
0.1.0