Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0](v2.0.3...v2.1.0) (2024-05-30)

### Features

* added progress counter for merge command ([#53](#53)) ([61cbeca](61cbeca))
  • Loading branch information
semantic-release-bot committed May 30, 2024
1 parent 61cbeca commit b77ca6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY src/PathlingS3Import/packages.lock.json .
RUN dotnet restore --locked-mode
COPY . .

ARG VERSION=2.0.3
ARG VERSION=2.1.0
RUN dotnet publish \
-c Release \
-p:Version=${VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.3
docker run --rm -it ghcr.io/miracum/pathling-s3-import:v2.1.0
```

## Development
Expand Down

0 comments on commit b77ca6c

Please sign in to comment.