From 1d99439ba4147372656dd39d61fb7f6ec612e68e Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 4 Jul 2022 19:37:43 +0900 Subject: [PATCH] Bump up version number --- CHANGELOG.md | 6 ++++++ CREDITS | 27 --------------------------- 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0953e..9e584c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.2.3](https://github.com/k1LoW/grpcstub/compare/v0.2.2...v0.2.3) (2022-07-04) + +* Fix keys convert: use OrigName option [#8](https://github.com/k1LoW/grpcstub/pull/8) ([k1LoW](https://github.com/k1LoW)) +* The keys of the parameters of the recorded request message should be the same as in the proto file. [#7](https://github.com/k1LoW/grpcstub/pull/7) ([k1LoW](https://github.com/k1LoW)) +* Use encoding/json [#6](https://github.com/k1LoW/grpcstub/pull/6) ([k1LoW](https://github.com/k1LoW)) + ## [v0.2.2](https://github.com/k1LoW/grpcstub/compare/v0.2.1...v0.2.2) (2022-07-03) * Fix register desc [#5](https://github.com/k1LoW/grpcstub/pull/5) ([k1LoW](https://github.com/k1LoW)) diff --git a/CREDITS b/CREDITS index 9282d43..fdd99a7 100644 --- a/CREDITS +++ b/CREDITS @@ -31,33 +31,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================ -github.com/goccy/go-json -https://github.com/goccy/go-json ----------------------------------------------------------------- -MIT License - -Copyright (c) 2020 Masaaki Goshima - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -================================================================ - github.com/golang/protobuf https://github.com/golang/protobuf ----------------------------------------------------------------