From 7208e5d576bfb3923eed26b852d8e80f8601a7a2 Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 2 Sep 2026 09:50:08 +0000 Subject: [PATCH] chore(main): release v0.26.0 --- CHANGELOG.md | 8 ++++++++ cmd/qcloud/main.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa8de1..ee6200e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.26.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.26.0) + +[Compare to previous version](https://github.com/qdrant/qcloud-cli/compare/v0.25.0...v0.26.0) + +### Features + +- add docs syncing script, but make it golang (#187) ([fc9b79d](https://github.com/qdrant/qcloud-cli/commit/fc9b79d8db080e24259d9d2f76183114ff0822e3)) + ## [v0.25.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.25.0) ### Features diff --git a/cmd/qcloud/main.go b/cmd/qcloud/main.go index eca9dce..fe8895a 100644 --- a/cmd/qcloud/main.go +++ b/cmd/qcloud/main.go @@ -10,7 +10,7 @@ import ( ) var ( - version = "0.25.0" // x-releaser-pleaser-version + version = "0.26.0" // x-releaser-pleaser-version versionPrerelease = "dev" )