Skip to content

Commit 449d5c5

Browse files
committed
Bump version to v0.29.0
1 parent 6ce0c5c commit 449d5c5

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

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.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ license = "MIT"
66
name = "atomic-cli"
77
readme = "README.md"
88
repository = "https://github.com/joepio/atomic-data-rust"
9-
version = "0.28.1"
9+
version = "0.29.0"
1010

1111
[dependencies]
12-
atomic_lib = {version = "0.28.1", path = "../lib", features = ["config", "rdf"]}
12+
atomic_lib = {version = "0.29.0", path = "../lib", features = ["config", "rdf"]}
1313
clap = "2.33.3"
1414
colored = "2.0.0"
1515
dirs = "3.0.1"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
name = "atomic_lib"
77
readme = "README.md"
88
repository = "https://github.com/joepio/atomic-data-rust"
9-
version = "0.28.2"
9+
version = "0.29.0"
1010

1111
[dependencies]
1212
base64 = "0.13.0"

server/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ edition = "2021"
55
license = "MIT"
66
name = "atomic-server"
77
repository = "https://github.com/joepio/atomic-data-rust"
8-
version = "0.28.2"
8+
version = "0.29.0"
9+
910
[dependencies]
1011
actix = "0.10.0"
1112
actix-cors = "0.5.4"
@@ -37,7 +38,7 @@ version = "3.3.2"
3738
[dependencies.atomic_lib]
3839
features = ["config", "db", "rdf"]
3940
path = "../lib"
40-
version = "0.28.2"
41+
version = "0.29.0"
4142

4243
[dependencies.open]
4344
optional = true

0 commit comments

Comments
 (0)