Skip to content

Commit ed7824b

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

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

CHANGELOG.md

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

3+
## v3.0.15 (2024-02-29)
4+
5+
* [543f2bd](https://github.com/easysoft/quickon_cli/commit/543f2bd86e994c5fb654d806543007b38c2a4a87) fix(typo): fix cli upgrade typo
6+
7+
### Contributors
8+
9+
* ysicing
10+
311
## v3.0.14 (2024-02-26)
412

513
* [6985fcb](https://github.com/easysoft/quickon_cli/commit/6985fcb7bf95584ae591a9d2dd5f0a5dd3faa48d) fix(typo): miss nfpms

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.15
1+
3.0.16

docs/qcadmin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ Easily bootstrap a secure control plane for QuCheng
3636
* [qcadmin version](version.md) - Show version
3737

3838
::: tip
39-
>Auto generated by spf13/cobra on 2024-Feb-26
39+
>Auto generated by spf13/cobra on 2024-Feb-29
4040
:::

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.0.14"
4+
version "3.0.15"
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 "528cf01e839070e25279dde473af2208f6a1d2f08056005f593c19b7ea42bb2d"
9+
sha256 "ea77db230e882b1598482c2eb7ffc8d3e38301000fd118dd50dee759c7712a2b"
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 "5fb33901ec524ac102e9a77c5bae6dca289874c2bbe873d6b93fd306c13d3d40"
18+
sha256 "7e7a2276ab5c06cd1cf93471143d674aeab1d15d87621cfb1f72d436ad46a591"
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 "7384ec235ccaeb7bc06938576335d33b13160df3669c34218f565e2ee0aad90a"
29+
sha256 "1ede4ed65373a2d0fd834676bff79b9724db7cb7f951f403e495d9a5df5d8a9c"
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 "ba947f302cef1cd6a6fe4020599e52e642ae880009e4300318abc77c255585f7"
38+
sha256 "24a6a4ae1b5ca5808520427659636f5947adf6e8157c87a39eb5d2b4002413a4"
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.0.15",
3-
"stable": "3.0.15",
4-
"dev": "3.0.15"
2+
"latest": "3.0.16",
3+
"stable": "3.0.16",
4+
"dev": "3.0.16"
55
}

0 commit comments

Comments
 (0)