Add release notes for client/v0.1.0-alpha.0

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-08-05 09:16:34 -07:00
parent 32ec26be6c
commit a0a7d9a3d7

View File

@@ -0,0 +1,17 @@
# commit to be tagged for new release
commit = "HEAD"
project_name = "moby"
github_repo = "moby/moby"
sub_path = "client"
ignore_deps = [ "github.com/moby/moby" ]
# previous release
previous = "v28.2.2"
pre_release = true
preface = """\
The first dedicated release for the Moby Client. This is a 0.x release
since changes to the Go interface are still being considered.
"""