From c2f781340b46d74258ba23afa536d4a50861eba8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 21 May 2024 04:33:40 +0000 Subject: [PATCH] update version to 0.4.4, ready to publish v0.4.4 --- Cargo.toml | 2 +- Dockerfile | 4 ++-- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index adbe8cc..115d7c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "totebag" -version = "0.4.2" +version = "0.4.4" description = "A tool for archiving files and directories and extracting several archive formats." repository = "https://github.com/tamada/totebag" readme = "README.md" diff --git a/Dockerfile b/Dockerfile index 4415a0f..4039fb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 AS builder -ARG VERSION=0.4.2 +ARG VERSION=0.4.4 ARG TARGETPLATFORM ARG PLATFORM=${TARGETPLATFORM#linux/} @@ -12,7 +12,7 @@ RUN apk add --no-cache curl tar gzip \ FROM alpine:3.16 -ARG VERSION=0.4.2 +ARG VERSION=0.4.4 LABEL org.opencontainers.image.source https://github.com/tamada/totebag diff --git a/README.md b/README.md index a63c11e..9d02c5c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # totebag -[![Version](https://shields.io/badge/Version-0.4.2-blue)](https://github.com/tamada/totebag/releases/tag/v0.4.2) +[![Version](https://shields.io/badge/Version-0.4.4-blue)](https://github.com/tamada/totebag/releases/tag/v0.4.4) [![MIT License](https://shields.io/badge/License-MIT-blue)](https://github.com/tamada/totebag/blob/main/LICENSE) -[![docker](https://shields.io/badge/Docker-0.4.2-blue?logo=docker)](https://github.com/tamada/totebag/pkgs/container/totebag) +[![docker](https://shields.io/badge/Docker-0.4.4-blue?logo=docker)](https://github.com/tamada/totebag/pkgs/container/totebag) [![build](https://github.com/tamada/totebag/actions/workflows/build.yaml/badge.svg)](https://github.com/tamada/totebag/actions/workflows/build.yaml) [![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/tamada/totebag)](https://rust-reportcard.xuri.me/report/github.com/tamada/totebag) @@ -56,7 +56,7 @@ brew install tamada/tap/totebag ## :whale: Docker ```sh -docker run -it --rm -v $PWD:/workdir ghcr.io/tamada/totebag:0.4.2 [OPTIONS] [ARGUMENTS]... +docker run -it --rm -v $PWD:/workdir ghcr.io/tamada/totebag:0.4.4 [OPTIONS] [ARGUMENTS]... ``` - **Working directory**: `/workdir`