Skip to content

Commit d4a8c79

Browse files
authored
chore: align version numbers (#37)
1 parent 8d397ee commit d4a8c79

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzon-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fuzon-http"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
license.workspace = true
55
edition.workspace = true
66

@@ -10,7 +10,7 @@ apistos = { version = "0.4.1", features = ["scalar"] }
1010
apistos-schemars = "0.8.21"
1111
clap = { version = "4.5.18", features = ["derive"] }
1212
env_logger = "0.11.5"
13-
fuzon = { version = "0.3.0", path = "../fuzon" }
13+
fuzon = { version = "0.4.0", path = "../fuzon" }
1414
log = "0.4.22"
1515
schemars = "0.8.21"
1616
serde = { version = "1.0.210", features = ["derive"] }

fuzon-http/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async fn main() -> std::io::Result<()> {
8989
let spec = Spec {
9090
info: Info {
9191
title: "Fuzon API".to_string(),
92-
version: "0.3.0".to_string(),
92+
version: "0.4.0".to_string(),
9393
description: Some("API for fuzzy terminology matching.".to_string()),
9494
..Default::default()
9595
},

fuzon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fuzon"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[lib]

pyfuzon/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyfuzon"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[lib]
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
anyhow = "1.0.86"
1212
clap = { version = "4.5.16", features = ["derive"] }
1313
crossterm = "0.28.1"
14-
fuzon = { version = "0.3.0", path = "../fuzon" }
14+
fuzon = { version = "0.4.0", path = "../fuzon" }
1515
lazy_static = "1.5.0"
1616
oxrdf = "0.2.1"
1717
oxttl = "0.1.0-rc.1"

0 commit comments

Comments
 (0)