Skip to content

Commit

Permalink
Merge branch 'release/v0.4.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
takama committed Mar 5, 2022
2 parents adf709c + 0ade731 commit 1ba1d46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache build-base curl automake autoconf libtool git zlib-dev un
ENV PROTOBUF_VERSION=v3.19.4
ENV GRPC_VERSION=v1.44.0
ENV GRPC_GEN_GO_VERSION=v1.5.2
ENV GRPC_GATEWAY_VERSION=v2.7.3
ENV GRPC_GATEWAY_VERSION=v2.8.0
ENV GRPC_WEB_VERSION=1.3.1
ENV OUTDIR=/out

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the v0.0.0 tag for testing, it shouldn't clobber any release builds
RELEASE ?= v0.4.12
RELEASE ?= v0.4.13
CONTAINER_IMAGE ?= takama/protoc

all: build push
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# protoc
Protocol Buffer compiler and Go/gRPC gateway/swagger generators

## Version v0.4.12
## Version v0.4.13

See details in the [changelog](docs/CHANGELOG.md)
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Version v0.4.12
# Version v0.4.13

## v0.4.13

- Used gRPC gateway version [v2.8.0](https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.8.0)

## v0.4.12

Expand Down

0 comments on commit 1ba1d46

Please sign in to comment.