Skip to content

Commit 54600e5

Browse files
authored
Release 0.4.0 (#80)
1 parent ef562e2 commit 54600e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ members = [
99
resolver = "3"
1010

1111
[workspace.package]
12-
version = "0.3.0"
12+
version = "0.4.0"
1313
edition = "2024"
1414
license = "Apache-2.0"
1515
repository = "https://github.com/typesense/typesense-rust"
1616
authors = ["Typesense <contact@typesense.org>"]
1717

1818
[workspace.dependencies]
19-
typesense_codegen = { path = "./typesense_codegen", version = "0.25" }
20-
typesense_derive = { path = "./typesense_derive", version = "0.3" }
19+
typesense_codegen = { path = "./typesense_codegen", version = "0.30" }
20+
typesense_derive = { path = "./typesense_derive", version = "0.4" }
2121
anyhow = "1"
2222
base64 = "0.22"
2323
bon = "3"

typesense_codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typesense_codegen"
3-
version = "0.25.1"
3+
version = "0.30.0"
44
description = "Types for typesense generated with openapi spec"
55
authors.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)