Skip to content

Commit 74bb9f9

Browse files
release: v0.3.4
1 parent e9904bc commit 74bb9f9

13 files changed

Lines changed: 24 additions & 24 deletions

File tree

Cargo.lock

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ Add to your `Cargo.toml`:
127127

128128
```toml
129129
[dependencies]
130-
contextdb-engine = "0.3.3"
131-
contextdb-core = "0.3.3"
130+
contextdb-engine = "0.3.4"
131+
contextdb-core = "0.3.4"
132132
```
133133

134134
## Install

crates/contextdb-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contextdb-cli"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

crates/contextdb-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contextdb-core"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

crates/contextdb-engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contextdb-engine"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

crates/contextdb-graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contextdb-graph"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

crates/contextdb-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contextdb-parser"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

crates/contextdb-planner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contextdb-planner"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

crates/contextdb-relational/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contextdb-relational"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

crates/contextdb-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "contextdb-server"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)