From 8a4f25917bcf44d234ca01ec0fb792db3212488c Mon Sep 17 00:00:00 2001 From: Andrea Lin Date: Wed, 12 Jun 2019 12:55:01 -0700 Subject: [PATCH] Release v0.25.0 (#640) Contains a new feature to pass in a `proto_package` parameter via the artman YAML, to the gapic-generator's `--package` option. This allows artman to generate clients without a GAPIC yaml. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e2d7fc3..87b63d46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV GOOGLEAPIS_HASH ab437f2bb2100360f8d119530b0a020228baa4cc ENV GAPIC_GENERATOR_HASH 4524f2d025adee7998bc6dd193f4edffaa969b1c # Define version number below. The ARTMAN_VERSION line is parsed by # .circleci/config.yml and setup.py, please keep the format. -ENV ARTMAN_VERSION 0.24.1 +ENV ARTMAN_VERSION 0.25.0 ENV DEBIAN_FRONTEND noninteractive