Skip to content

Commit

Permalink
Merge pull request #9 from pepabo/tagpr-from-v0.2.0
Browse files Browse the repository at this point in the history
Release for v0.3.0
  • Loading branch information
k1LoW authored Mar 29, 2023
2 parents 05fdb1b + 1a77b80 commit 5538a5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.3.0](https://github.com/pepabo/protoc-gen-go-client/compare/v0.2.0...v0.3.0) - 2023-03-29
- Add test for generated client by @k1LoW in https://github.com/pepabo/protoc-gen-go-client/pull/10
- Add `with_close` option to Add `Close()` method by @k1LoW in https://github.com/pepabo/protoc-gen-go-client/pull/11

## [v0.2.0](https://github.com/pepabo/protoc-gen-go-client/compare/v0.1.1...v0.2.0) - 2023-03-20
- [BREAKING] Change client by @k1LoW in https://github.com/pepabo/protoc-gen-go-client/pull/6
- Add interface by @k1LoW in https://github.com/pepabo/protoc-gen-go-client/pull/8
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

const Name string = "protoc-gen-go-client"

var Version = "0.2.0"
var Version = "0.3.0"

0 comments on commit 5538a5f

Please sign in to comment.