Skip to content

Commit

Permalink
Merge branch 'release/v0.4.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
takama committed Jan 23, 2022
2 parents 05cecc9 + 1a71ae4 commit 911847a
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.3
ENV GRPC_VERSION=v1.43.0
ENV GRPC_GEN_GO_VERSION=v1.5.2
ENV GRPC_GATEWAY_VERSION=v2.7.2
ENV GRPC_GATEWAY_VERSION=v2.7.3
ENV GRPC_WEB_VERSION=1.3.0
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.7
RELEASE ?= v0.4.8
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.7
## Version v0.4.8

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.7
# Version v0.4.8

## v0.4.8

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

## v0.4.7

Expand Down

0 comments on commit 911847a

Please sign in to comment.