Skip to content

Commit

Permalink
chore: Bump version (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Shigure Kurosaki <[email protected]>
  • Loading branch information
kurosakishigure authored Jan 7, 2025
1 parent fd30ae4 commit 5af7b0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "katharsis"
authors = ["Shigure Kurosaki <[email protected]>"]
version = "1.0.0-canary.25"
version = "1.0.0-canary.26"
edition = "2021"
rust-version = "1.78.0"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<h1>Katharsis</h1>

<a href="https://github.com/kurosakishigure/katharsis/actions/workflows/ci.yml">
<img src="https://img.shields.io/github/actions/workflow/status/kurosakishigure/katharsis/ci.yml?branch=v1.0.0-canary.25&style=for-the-badge&label=CI&color=black" alt="CI">
<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">
</a>
<a href="https://github.com/kurosakishigure/katharsis/actions/workflows/cd.yml">
<img src="https://img.shields.io/github/actions/workflow/status/kurosakishigure/katharsis/cd.yml?branch=v1.0.0-canary.25&style=for-the-badge&label=CD&color=black" alt="CD">
<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">
</a>
<a href="https://coveralls.io/github/kurosakishigure/katharsis">
<img src="https://img.shields.io/coverallsCoverage/github/kurosakishigure/katharsis?branch=v1.0.0-canary.25&style=for-the-badge&color=ivory" alt="Coverage Status">
<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">
</a>
<a href="https://crates.io/crates/katharsis">
<img src="https://img.shields.io/crates/v/katharsis?style=for-the-badge&color=yellow" alt="Crates.io">
Expand Down

0 comments on commit 5af7b0a

Please sign in to comment.