Skip to content

Commit

Permalink
tag v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed Aug 29, 2023
1 parent af34091 commit a33c954
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v1.3.0"></a>

## [v1.3.0](https://github.com/nopdan/rose/compare/v1.2.1...v1.3.0) (2023-08-29)

### Feat

- 卡饭五笔备份.dict
- 卡饭拼音备份.dict

### Perf

- 添加格式简写

<a name="v1.2.1"></a>

## [v1.2.1](https://github.com/nopdan/rose/compare/v1.2.0...v1.2.1) (2023-08-29)
Expand Down
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Cmd() {
help()
case "version", "-v":
fmt.Printf("Go Version: %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
fmt.Printf("Rose Version: v1.2.1\n")
fmt.Printf("Rose Version: v1.3.0\n")
fmt.Printf("Author: nopdan <[email protected]>\n")
case "server":
port := 7800
Expand Down

0 comments on commit a33c954

Please sign in to comment.