From 65b9e053398a805b2b6def4ec5e7a5a80603f3d9 Mon Sep 17 00:00:00 2001 From: lixianjing Date: Wed, 21 Aug 2024 11:17:11 +0800 Subject: [PATCH] release 1.8 --- docs/changes.md | 3 +++ scripts/release_version.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changes.md b/docs/changes.md index 3361b4f2b..d7639284a 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,8 @@ # 最新动态 +2024/08/21 + * release 1.8 + 2024/08/16 * 修复编译警告。 * 修复cppcheck报告的警告。 diff --git a/scripts/release_version.sh b/scripts/release_version.sh index eabc64269..03b26d549 100755 --- a/scripts/release_version.sh +++ b/scripts/release_version.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.4" +VERSION="1.8" git checkout -b "$VERSION" git push --set-upstream origin "$VERSION"