From bf46c733576b7ff3957229c3fc4d4e3cc12307c4 Mon Sep 17 00:00:00 2001 From: Dan Draper Date: Fri, 1 Nov 2024 18:12:43 +1100 Subject: [PATCH] Bump version to 0.9.0-pre.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce1e1e94..b7ac584d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -817,7 +817,7 @@ dependencies = [ [[package]] name = "cipherstash-dynamodb" -version = "0.8.3" +version = "0.9.0-pre.1" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 98cbeca6..da0e8aec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/cipherstash/cipherstash-dynamodb" documentation = "https://docs.rs/cipherstash-dynamodb" readme = "README.md" description = "CipherStash SDK for searchable, in-use encryption for DynamoDB" -version = "0.8.3" +version = "0.9.0-pre.1" edition = "2021" authors = ["CipherStash "] keywords = ["cryptography", "security", "databases", "encryption", "dynamodb"]