Skip to content

Commit 646e0fa

Browse files
committed
bump version to 0.10.1 for cano and cano-macros (fixing docs)
1 parent 1bc8ce2 commit 646e0fa

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -3,7 +3,7 @@ resolver = "3"
33
members = ["cano", "cano-macros"]
44

55
[workspace.package]
6-
version = "0.10.0"
6+
version = "0.10.1"
77
edition = "2024"
88
rust-version = "1.95.0"
99
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="docs/static/logo.png" alt="Cano Logo" width="200">
2+
<img src="https://raw.githubusercontent.com/nassor/cano/main/docs/static/logo.png" alt="Cano Logo" width="200">
33
<h1>Cano: Type-Safe Async Workflow Engine</h1>
44

55
[![Crates.io](https://img.shields.io/crates/v/cano.svg)](https://crates.io/crates/cano)

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build_search_index = false
77
generate_feeds = false
88

99
[extra]
10-
version = "0.10.0"
10+
version = "0.10.1"
1111
github_url = "https://github.com/nassor/cano"
1212
crates_url = "https://crates.io/crates/cano"
1313
docsrs_url = "https://docs.rs/cano"

0 commit comments

Comments
 (0)