From 29a01caa014d3391f84a64603a4c4cce580696d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Feb 2024 15:39:07 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/miracum/pathling-s3-import/compare/v1.1.1...v1.1.2) (2024-02-24) ### Bug Fixes * improved logging and added e2e tests ([#7](https://github.com/miracum/pathling-s3-import/issues/7)) ([d48cb91](https://github.com/miracum/pathling-s3-import/commit/d48cb918dcdd2e12cd90dfbcd6a27e21c5122c25)) ### Miscellaneous Chores * added pathling to compose setup ([869b0fd](https://github.com/miracum/pathling-s3-import/commit/869b0fd85a8da2b34064fadd8032f28e3737c6fd)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 873cc31..5e848f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY src/PathlingS3Import/packages.lock.json . RUN dotnet restore --locked-mode COPY . . -ARG VERSION=1.1.1 +ARG VERSION=1.1.2 RUN dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index a457ccc..cb04eff 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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.1.1 +docker run --rm -it ghcr.io/miracum/pathling-s3-import:v1.1.2 ``` ## Development