Skip to content

Commit e132f06

Browse files
chore: release v0.2.0-pre.2
1 parent 811266d commit e132f06

24 files changed

Lines changed: 58 additions & 41 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ members = [
1717

1818
[workspace.package]
1919
documentation = "https://docs.rs/vitaminc"
20-
version = "0.2.0-pre.1"
20+
version = "0.2.0-pre.2"
2121
repository = "https://github.com/cipherstash/vitaminc"
2222
authors = [
2323
"Dan Draper <dan@cipherstash.com>",

packages/aead/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77
## [Unreleased]
88

99

10+
1011
### Documentation
1112

1213
- rewrite READMEs for revised Cipher/Decipher traits

packages/aead/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ keywords.workspace = true
1212
categories.workspace = true
1313

1414
[dependencies]
15-
vitaminc-protected = { version = "0.2.0-pre.1", path = "../protected" }
16-
vitaminc-random = { version = "0.2.0-pre.1", path = "../random" }
15+
vitaminc-protected = { version = "0.2.0-pre.2", path = "../protected" }
16+
vitaminc-random = { version = "0.2.0-pre.2", path = "../random" }
1717

1818
bytes = { version = "^1", features = ["serde"] }
1919
serde = { workspace = true }

packages/async-traits/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44

55

6+
67
### Miscellaneous
78

89
- set workspace-wide MSRV to 1.75.0

packages/async-traits/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ categories.workspace = true
1313
rust-version.workspace = true
1414

1515
[dependencies]
16-
vitaminc-protected = { version = "0.2.0-pre.1", path = "../protected" }
17-
vitaminc-traits = { version = "0.2.0-pre.1", path = "../traits" }
16+
vitaminc-protected = { version = "0.2.0-pre.2", path = "../protected" }
17+
vitaminc-traits = { version = "0.2.0-pre.2", path = "../traits" }

packages/encrypt/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
34
### Documentation
45

56
- rewrite READMEs for revised Cipher/Decipher traits

packages/encrypt/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ keywords.workspace = true
1212
categories.workspace = true
1313

1414
[dependencies]
15-
vitaminc-aead = { version = "0.2.0-pre.1", path = "../aead" }
16-
vitaminc-protected = { version = "0.2.0-pre.1", path = "../protected" }
17-
vitaminc-random = { version = "0.2.0-pre.1", path = "../random" }
15+
vitaminc-aead = { version = "0.2.0-pre.2", path = "../aead" }
16+
vitaminc-protected = { version = "0.2.0-pre.2", path = "../protected" }
17+
vitaminc-random = { version = "0.2.0-pre.2", path = "../random" }
1818

1919
zeroize = { workspace = true }
2020

@@ -46,7 +46,7 @@ _test-rust-crypto-backend = ["dep:aes-gcm"]
4646
hlist = ["vitaminc-aead/hlist"]
4747

4848
[dev-dependencies]
49-
vitaminc-protected = { path = "../protected", version = "0.2.0-pre.1", features = ["arbitrary"] }
49+
vitaminc-protected = { path = "../protected", version = "0.2.0-pre.2", features = ["arbitrary"] }
5050
quickcheck = "1.1.0"
5151
quickcheck_macros = "1.2.0"
5252

packages/kms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

22

3+
### Miscellaneous
4+
5+
- bump aws-sdk-kms from 1.107.0 to 1.109.0
6+
- bump aws-config from 1.8.17 to 1.8.18
7+
8+
39
### Miscellaneous
410

511
- bump aws-sdk-kms from 1.106.0 to 1.107.0

packages/kms/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ keywords.workspace = true
1212
categories.workspace = true
1313

1414
[dependencies]
15-
vitaminc-async-traits = { version = "0.2.0-pre.1", path = "../async-traits" }
16-
vitaminc-traits = { version = "0.2.0-pre.1", path = "../traits" }
17-
vitaminc-protected = { version = "0.2.0-pre.1", path = "../protected" }
15+
vitaminc-async-traits = { version = "0.2.0-pre.2", path = "../async-traits" }
16+
vitaminc-traits = { version = "0.2.0-pre.2", path = "../traits" }
17+
vitaminc-protected = { version = "0.2.0-pre.2", path = "../protected" }
1818
aws-sdk-kms = "1.109.0"
1919
aws-config = "1.8.18"
2020

0 commit comments

Comments
 (0)