Skip to content

Commit

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

## [v0.2.0](https://github.com/pepabo/protoc-gen-go-client-mock/compare/v0.1.0...v0.2.0) - 2023-03-29
- Add `with_close` option to Add `Close()` method by @k1LoW in https://github.com/pepabo/protoc-gen-go-client-mock/pull/4

## [v0.1.0](https://github.com/pepabo/protoc-gen-go-client-mock/compare/v0.0.1...v0.1.0) - 2023-03-27
- Setup buf by @k1LoW in https://github.com/pepabo/protoc-gen-go-client-mock/pull/2

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-mock"

var Version = "0.1.0"
var Version = "0.2.0"

0 comments on commit 61321e7

Please sign in to comment.