Skip to content

Commit e0f8057

Browse files
chore: bump version (#243)
Signed-off-by: Shigure Kurosaki <[email protected]>
1 parent 59fc216 commit e0f8057

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "katharsis"
33
authors = ["Shigure Kurosaki <[email protected]>"]
4-
version = "1.0.0-canary.26"
4+
version = "1.0.0-canary.27"
55
edition = "2021"
66
rust-version = "1.78.0"
77
license = "MIT"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<h1>Katharsis</h1>
66

77
<a href="https://github.com/kurosakishigure/katharsis/actions/workflows/ci.yml">
8-
<img src="https://img.shields.io/github/actions/workflow/status/kurosakishigure/katharsis/ci.yml?branch=v1.0.0-canary.26&style=for-the-badge&label=CI&color=black" alt="CI">
8+
<img src="https://img.shields.io/github/actions/workflow/status/kurosakishigure/katharsis/ci.yml?branch=v1.0.0-canary.27&style=for-the-badge&label=CI&color=black" alt="CI">
99
</a>
1010
<a href="https://github.com/kurosakishigure/katharsis/actions/workflows/cd.yml">
11-
<img src="https://img.shields.io/github/actions/workflow/status/kurosakishigure/katharsis/cd.yml?branch=v1.0.0-canary.26&style=for-the-badge&label=CD&color=black" alt="CD">
11+
<img src="https://img.shields.io/github/actions/workflow/status/kurosakishigure/katharsis/cd.yml?branch=v1.0.0-canary.27&style=for-the-badge&label=CD&color=black" alt="CD">
1212
</a>
1313
<a href="https://coveralls.io/github/kurosakishigure/katharsis">
14-
<img src="https://img.shields.io/coverallsCoverage/github/kurosakishigure/katharsis?branch=v1.0.0-canary.26&style=for-the-badge&color=ivory" alt="Coverage Status">
14+
<img src="https://img.shields.io/coverallsCoverage/github/kurosakishigure/katharsis?branch=v1.0.0-canary.27&style=for-the-badge&color=ivory" alt="Coverage Status">
1515
</a>
1616
<a href="https://crates.io/crates/katharsis">
1717
<img src="https://img.shields.io/crates/v/katharsis?style=for-the-badge&color=yellow" alt="Crates.io">

0 commit comments

Comments
 (0)