Skip to content

Commit df97ea3

Browse files
release: bump version to v0.3.0 (#755)
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 <eduardoa@nvidia.com>
1 parent 177a186 commit df97ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [v0.3.0] - Unreleased
5+
## [v0.3.0] - 2026-03-30
66

77
### Features
88

cmd/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Examples:
9494
9595
# Use a custom cache directory
9696
holodeck --cachepath /path/to/cache create -f env.yaml`
97-
c.Version = "0.2.18"
97+
c.Version = "0.3.0"
9898
c.EnableBashCompletion = true
9999

100100
// Setup the flags for this command

0 commit comments

Comments
 (0)