Skip to content

Commit 05de498

Browse files
ysicinggithub-actions[bot]
authored andcommitted
docs: updated CHANGELOG.md & docs
🤖 add release changelog using rebot.
1 parent 6783081 commit 05de498

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v3.2.3 (2024-09-18)
4+
5+
* [67830815](https://github.com/easysoft/quickon_cli/commit/678308156f5bd169a602dca1e845e9175a8c3f6c) * [feat] imp statistics api
6+
* [e3a7baf5](https://github.com/easysoft/quickon_cli/commit/e3a7baf583e2fa0a6055400da4ca8d82d377b6a7) + [feat] add statistics api
7+
8+
### Contributors
9+
10+
* ysicing
11+
312
## v3.2.2 (2024-09-18)
413

514
* [6a6b16fd](https://github.com/easysoft/quickon_cli/commit/6a6b16fdf71d75a9a049ea5776ba647ce9c2f208) * [fix] fix typo systemd

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.3
1+
3.2.4

docs/qcadmin.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Qcadmin < Formula
22
desc "qcadmin is an open-source lightweight cli tool for managing quickon."
33
homepage "https://github.com/easysoft/quickon_cli"
4-
version "3.2.2"
4+
version "3.2.3"
55

66
on_macos do
77
if Hardware::CPU.arm?
88
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
9-
sha256 "34d5ae3bdbae307f6c7885a6e740ee2a093cfdd60dc187dfd355951589c9f23f"
9+
sha256 "a185341be6365bc0691a01112bfa2d1fe77ab2c30c1c132188955196635c75e7"
1010

1111
def install
1212
bin.install "qcadmin_darwin_arm64" => "qcadmin"
@@ -15,7 +15,7 @@ def install
1515

1616
if Hardware::CPU.intel?
1717
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_amd64"
18-
sha256 "1e9519938cf810468830a259f2f3b318541868c7c868ed103adddcf9182ac2d4"
18+
sha256 "9d251700cfe9b0e4904f6c74ce084748262da12beca5cfa28353fdfb7623da41"
1919

2020
def install
2121
bin.install "qcadmin_darwin_amd64" => "qcadmin"
@@ -26,7 +26,7 @@ def install
2626
on_linux do
2727
if Hardware::CPU.intel?
2828
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_amd64"
29-
sha256 "7cf27060e8277c8c046312dd3e978d527b43a3d11ab4a410ccd74e45787871f3"
29+
sha256 "43f6bced95eb51603e25bb93164d61f92229ed0cf79b8b1567eaf608cb24a812"
3030

3131
def install
3232
bin.install "qcadmin_linux_amd64" => "qcadmin"
@@ -35,7 +35,7 @@ def install
3535

3636
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
3737
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_arm64"
38-
sha256 "9c1d567db96fa6f44966efd9069a79bf1e152d21d96692bada1a53fb7de874ec"
38+
sha256 "d7ab80b8081390dbcfaef24e17e3634cd1d2a8e6b0c8250f2ee68669efe8bbec"
3939

4040
def install
4141
bin.install "qcadmin_linux_arm64" => "qcadmin"

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"latest": "3.2.3",
3-
"stable": "3.2.3",
4-
"dev": "3.2.3"
2+
"latest": "3.2.4",
3+
"stable": "3.2.4",
4+
"dev": "3.2.4"
55
}

0 commit comments

Comments
 (0)