Skip to content

Commit 5ae1e9e

Browse files
author
tytv2
committed
release: v1.0.0
1 parent 6267551 commit 5ae1e9e

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.changes/1.0.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "core",
5+
"description": "Rewrite CLI in Go - single binary, zero dependencies, cross-platform"
6+
}
7+
]

CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Features
6+
* **core**: Rewrite CLI in Go - single binary, zero dependencies, cross-platform
7+
38
## 0.2.1
49

510
### Bug Fixes

go/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/vngcloud/greennode-cli/cmd/vks"
1111
)
1212

13-
const cliVersion = "0.1.0"
13+
const cliVersion = "1.0.0"
1414

1515
// Global flags
1616
var (

0 commit comments

Comments
 (0)