Skip to content

Commit

Permalink
cmdline: release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
WineChord committed Oct 23, 2023
1 parent 06c8201 commit 5b5ea45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Change Log

# v1.0.5 2023-10-23

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

# v1.0.4 2023-10-20

- create: change the default value of `noservicesuffix` to false to align with the internal version (!19)
- create: change the default value of `noservicesuffix` to false to align with the internal version (#19)
- cmdline: support protoc-gen-validate (#12)
- github: add release workflow (#20)
- create: support './' and abs for protofile path (#19)
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
package config

// TRPCCliVersion is the version of trpc-cmdline tool.
var TRPCCliVersion = "v1.0.4"
var TRPCCliVersion = "v1.0.5"
2 changes: 1 addition & 1 deletion gobin/assets.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion install/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.4
v1.0.5

0 comments on commit 5b5ea45

Please sign in to comment.