Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
WineChord committed Oct 20, 2023
1 parent 193a613 commit 27b4cc6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

# v1.0.1 2023-10-20

- config: replace os (#13)
- gomod: upgrade golang.org/x/net (#9)
- version: update version (#8)
- go.mod: update dependencies (#7)

# v1.0.0 2023-10-17

- initial release
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.0"
var TRPCCliVersion = "v1.0.2"
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.0
v1.0.2

0 comments on commit 27b4cc6

Please sign in to comment.