From b7a6bdc041d7f96bf785925d9e9058dfd2dd9236 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Nov 2024 21:09:36 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0](https://github.com/miracum/pathling-s3-import/compare/v2.2.1...v3.0.0) (2024-11-20) ### ⚠ BREAKING CHANGES * removed the `merge` command and integrated it into `import` via `--enable-merging=true` ### Features * include merge functionality as a flag for `import` instead of a separate command ([#73](https://github.com/miracum/pathling-s3-import/issues/73)) ([b856a1d](https://github.com/miracum/pathling-s3-import/commit/b856a1db3d7821afbb9f2940b0d47dfec8bc0824)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e93d978..15c0e19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY src/Directory.Build.props . RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages dotnet restore --locked-mode COPY . . -ARG VERSION=2.2.1 +ARG VERSION=3.0.0 RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index d431422..e4aa9ca 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:v2.2.1 +docker run --rm -it ghcr.io/miracum/pathling-s3-import:v3.0.0 ``` ## Development