Skip to content

Commit 3c8face

Browse files
committed
Merge branch 'release/v0.4.2' of github.com:tamada/gixor into release/v0.4.2
2 parents 17f9de6 + de38233 commit 3c8face

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "3"
77

88
[workspace.package]
9-
version = "0.4.1"
9+
version = "0.4.2"
1010
edition = "2021"
1111
authors = [ "Haruaki Tamada" ]
1212
license-file = "LICENSE"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN cargo build --release \
2020

2121
FROM debian:bullseye-slim
2222

23-
ARG VERSION=0.4.1
23+
ARG VERSION=0.4.2
2424

2525
LABEL org.opencontainers.image.source=https://github.com/tamada/gixor \
2626
org.opencontainers.image.version=${VERSION} \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
[![Coverage Status](https://coveralls.io/repos/github/tamada/gixor/badge.svg?branch=main)](https://coveralls.io/github/tamada/gixor?branch=main)
55
[![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/tamada/gixor)](https://rust-reportcard.xuri.me/report/github.com/tamada/gixor)
66

7-
[![Version](https://img.shields.io/badge/Version-v0.4.1-green)](https://github.com/tamada/gixor/releases/tag/v0.4.1)
7+
[![Version](https://img.shields.io/badge/Version-v0.4.2-green)](https://github.com/tamada/gixor/releases/tag/v0.4.2)
88
[![License](https://img.shields.io/badge/License-MIT-green)](https://github.com/tamada/gixor/blob/main/LICENSE)
99

10-
[![Docker](https://img.shields.io/badge/Docker-ghcr.io/tamada/gixor:0.4.1-blue?logo=docker)](https://github.com/tamada/gixor/pkgs/container/gixor/)
10+
[![Docker](https://img.shields.io/badge/Docker-ghcr.io/tamada/gixor:0.4.2-blue?logo=docker)](https://github.com/tamada/gixor/pkgs/container/gixor/)
1111
[![Homebrew](https://img.shields.io/badge/Homebrew-tamada/tap/gixor-blue?logo=homebrew)](https://github.com/tamada/homebrew-tap)
1212

1313
Git Ignore Management System for Multiple Repositories.

docs/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ date: 2025-02-25
88
[![Coverage Status](https://coveralls.io/repos/github/tamada/gixor/badge.svg?branch=main)](https://coveralls.io/github/tamada/gixor?branch=main)
99
[![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/tamada/gixor)](https://rust-reportcard.xuri.me/report/github.com/tamada/gixor)
1010

11-
[![Version](https://img.shields.io/badge/Version-v0.4.1-green)](https://github.com/tamada/gixor/releases/tag/v0.4.1)
11+
[![Version](https://img.shields.io/badge/Version-v0.4.2-green)](https://github.com/tamada/gixor/releases/tag/v0.4.2)
1212
[![License](https://img.shields.io/badge/License-MIT-green)](https://github.com/tamada/gixor/blob/main/LICENSE)
1313

14-
[![Docker](https://img.shields.io/badge/Docker-ghcr.io/tamada/gixor:0.4.1-blue?logo=docker)](https://github.com/tamada/gixor/pkgs/container/gixor/)
14+
[![Docker](https://img.shields.io/badge/Docker-ghcr.io/tamada/gixor:0.4.2-blue?logo=docker)](https://github.com/tamada/gixor/pkgs/container/gixor/)
1515
[![Homebrew](https://img.shields.io/badge/Homebrew-tamada/tap/gixor-blue?logo=homebrew)](https://github.com/tamada/homebrew-tap)
1616

1717
Gixor is Git Ignore Managenemnt System for Multiple Repositories.

0 commit comments

Comments
 (0)