From edff1cc3c0ad75229faff84ad15d5857d744672d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 May 2024 09:23:39 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/miracum/pathling-s3-import/compare/v1.3.2...v2.0.0) (2024-05-28) ### ⚠ BREAKING CHANGES * added merge command and changed previous root command to impor… (#49) ### Features * added merge command and changed previous root command to impor… ([#49](https://github.com/miracum/pathling-s3-import/issues/49)) ([3c8fcbc](https://github.com/miracum/pathling-s3-import/commit/3c8fcbc0432c4d192c02a020f53bbdcf7fc2d675)) * limit individual bundle size ([4ea3f83](https://github.com/miracum/pathling-s3-import/commit/4ea3f836497cc29c00d8b62f9ef0821a1bb5dce5)) ### Bug Fixes * added SleepAfterImport to possibly address MERGE conflicts ([e16fd4a](https://github.com/miracum/pathling-s3-import/commit/e16fd4a5f3c283628b8674e23dfd8b051c866347)) * use structured, configurably-named checkpoint file ([650868f](https://github.com/miracum/pathling-s3-import/commit/650868fe32cbb7a017b6910f342a90b09a3463ff)) ### Miscellaneous Chores * **deps:** update all non-major dependencies ([#46](https://github.com/miracum/pathling-s3-import/issues/46)) ([4e3b2e0](https://github.com/miracum/pathling-s3-import/commit/4e3b2e090174723775e4681401a72acaeadb60fd)) * **deps:** update mcr.microsoft.com/dotnet/sdk:8.0.204-jammy docker digest to 803a3c5 ([#39](https://github.com/miracum/pathling-s3-import/issues/39)) ([bb6c947](https://github.com/miracum/pathling-s3-import/commit/bb6c947025dab436493f5e3013dd24e822283bb9)) * **deps:** update miracum/.github action to v1.8.3 ([#47](https://github.com/miracum/pathling-s3-import/issues/47)) ([7557d5d](https://github.com/miracum/pathling-s3-import/commit/7557d5da1a846386138af9a31be268593a2fb91a)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d12fa91..dc10121 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY src/PathlingS3Import/packages.lock.json . RUN dotnet restore --locked-mode COPY . . -ARG VERSION=1.3.2 +ARG VERSION=2.0.0 RUN dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index 695b8c3..2f7394d 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.3.2 +docker run --rm -it ghcr.io/miracum/pathling-s3-import:v2.0.0 ``` ## Development