From cfb11604103b31824a44b36053a92365cbc8ac0f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Feb 2024 18:46:01 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] ## [1.1.0](https://github.com/miracum/pathling-s3-import/compare/v1.0.1...v1.1.0) (2024-02-23) ### Features * better logging and retries ([#6](https://github.com/miracum/pathling-s3-import/issues/6)) ([d5e0c84](https://github.com/miracum/pathling-s3-import/commit/d5e0c840db82f530206c513bd957707ea6e52be1)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 859c854..96f97d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY src/PathlingS3Import/packages.lock.json . RUN dotnet restore --locked-mode COPY . . -ARG VERSION=1.0.1 +ARG VERSION=1.1.0 RUN dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index 5c9b31a..795dbd6 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ Tool for automatically [$import'ing](https://pathling.csiro.au/docs/server/opera See the help text of the command by simply running: ```sh -docker run --rm -it ghcr.io/miracum/pathling-s3-import:v1.0.1 +docker run --rm -it ghcr.io/miracum/pathling-s3-import:v1.1.0 ```