We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8007385 commit 483259cCopy full SHA for 483259c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
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
8
# v1.0.5 2023-10-23
9
10
- install: invite back proto files to improve ease of use (#21)
config/version.go
@@ -10,4 +10,4 @@
package config
11
12
// TRPCCliVersion is the version of trpc-cmdline tool.
13
-var TRPCCliVersion = "v1.0.5"
+var TRPCCliVersion = "v1.0.6"
gobin/assets.go
install/VERSION
@@ -1 +1 @@
-v1.0.5
+v1.0.6
0 commit comments