Skip to content

Commit

Permalink
Merge branch 'release/v0.4.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
takama committed Feb 20, 2022
2 parents 068b16e + ec5a53b commit adf709c
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 @@ -3,7 +3,7 @@ RUN apk add --no-cache build-base curl automake autoconf libtool git zlib-dev un

# Protobuf v4 postponed in favour of v3.14 v3..., etc
ENV PROTOBUF_VERSION=v3.19.4
ENV GRPC_VERSION=v1.43.2
ENV GRPC_VERSION=v1.44.0
ENV GRPC_GEN_GO_VERSION=v1.5.2
ENV GRPC_GATEWAY_VERSION=v2.7.3
ENV GRPC_WEB_VERSION=1.3.1
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.11
RELEASE ?= v0.4.12
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.11
## Version v0.4.12

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

## v0.4.12

- Used gRPC version [v1.44.0](https://github.com/grpc/grpc/releases/tag/v1.44.0)

## v0.4.11

Expand Down

0 comments on commit adf709c

Please sign in to comment.