Skip to content

Commit 483259c

Browse files
authored
trpc-cmdline: release v1.0.6 (#35)
1 parent 8007385 commit 483259c

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v1.0.6 2024-01-15
4+
5+
- parser: further trim extra spaces and quotes for alias (#33)
6+
- apidocs: trim extraneous for summary (#34)
7+
38
# v1.0.5 2023-10-23
49

510
- install: invite back proto files to improve ease of use (#21)

config/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
package config
1111

1212
// TRPCCliVersion is the version of trpc-cmdline tool.
13-
var TRPCCliVersion = "v1.0.5"
13+
var TRPCCliVersion = "v1.0.6"

gobin/assets.go

+2-3
Large diffs are not rendered by default.

install/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.5
1+
v1.0.6

0 commit comments

Comments
 (0)