From a2346e550ec872fe0a8123dc14f0d986e301631a Mon Sep 17 00:00:00 2001 From: bluesky Date: Mon, 1 Jul 2024 14:12:18 +0800 Subject: [PATCH] chore: release 1.2.1 * fix: skip build err Log: release 1.2.1 --- cmd/ll-pica/ll-pica.go | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cmd/ll-pica/ll-pica.go b/cmd/ll-pica/ll-pica.go index 1ee1f57..b218e45 100644 --- a/cmd/ll-pica/ll-pica.go +++ b/cmd/ll-pica/ll-pica.go @@ -39,7 +39,7 @@ Simple: ll-pica convert -c package.yaml -w work-dir ll-pica help `, - Version: "1.2.0", + Version: "1.2.1", } cmd.CompletionOptions.DisableDefaultCmd = true diff --git a/debian/changelog b/debian/changelog index b3b90b4..841529f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linglong-pica (1.2.1-1) unstable; urgency=medium + + * fix: skip build err + + -- bluesky Mon, 01 Jul 2024 14:10:57 +0800 + linglong-pica (1.2.0-1) unstable; urgency=medium * chore: add install_dep