From 25fd33996d087e7a58903262408727ff131302cd Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Mon, 30 Mar 2026 14:37:58 +0200 Subject: [PATCH] release: bump version to v0.3.0 Bump version string from 0.2.18 to 0.3.0 and set CHANGELOG date to 2026-03-30. This is the final step of the v0.3.0 release prep. Signed-off-by: Carlos Eduardo Arango Gutierrez --- CHANGELOG.md | 2 +- cmd/cli/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4e81214..87924b9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [v0.3.0] - Unreleased +## [v0.3.0] - 2026-03-30 ### Features diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 8dfcf7d57..2e4185f75 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -94,7 +94,7 @@ Examples: # Use a custom cache directory holodeck --cachepath /path/to/cache create -f env.yaml` - c.Version = "0.2.18" + c.Version = "0.3.0" c.EnableBashCompletion = true // Setup the flags for this command