Skip to content

Commit 70d4b14

Browse files
authored
Merge pull request #158 from cipherstash/chore/bump-version-numbers-for-release
chore: bump Rust package version numbers for release
2 parents b211e2b + 49e5622 commit 70d4b14

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["packages/*"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "2.0.0"
77
edition = "2021"
88

99
[profile.dev]

packages/cipherstash-proxy/Cargo.toml

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

66
[dependencies]

packages/eql-mapper/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "eql-mapper"
33
description = "The SQL transformation layer of CipherStash Proxy. Safely transforms SQL to SQL+EQL using a reference schema and type inference approach"
4-
version = "0.1.0"
4+
version = "1.0.0"
55
edition = "2021"
66
authors = [
77
"James Sadler <james@cipherstash.com>",
88
"Yuji Yokoo <yuji@cipherstash.com>",
9-
"Ragib Badaruddin <ragib@cipherstash.com>",
9+
"Drew Thomas <drew@cipherstash.com>",
10+
"Toby Hede <drew@cipherstash.com>"
1011
]
1112

1213
[dependencies]

0 commit comments

Comments
 (0)