From 6efa89c3a1eeb83079af7f4e630fd0ceb2b968ed Mon Sep 17 00:00:00 2001 From: ockam-team Date: Tue, 19 Dec 2023 22:56:13 +0000 Subject: [PATCH] ci: crate release 19-12-2023 --- Cargo.lock | 28 +++++++++---------- implementations/rust/ockam/ockam/CHANGELOG.md | 6 ++++ implementations/rust/ockam/ockam/Cargo.toml | 14 +++++----- implementations/rust/ockam/ockam/README.md | 2 +- .../rust/ockam/ockam_abac/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_abac/Cargo.toml | 6 ++-- .../rust/ockam/ockam_abac/README.md | 2 +- .../rust/ockam/ockam_api/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_api/Cargo.toml | 14 +++++----- .../rust/ockam/ockam_api/README.md | 2 +- .../rust/ockam/ockam_app_lib/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_app_lib/Cargo.toml | 8 +++--- .../rust/ockam/ockam_app_lib/README.md | 2 +- .../rust/ockam/ockam_command/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_command/Cargo.toml | 16 +++++------ .../rust/ockam/ockam_command/README.md | 2 +- .../rust/ockam/ockam_identity/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_identity/Cargo.toml | 6 ++-- .../rust/ockam/ockam_identity/README.md | 2 +- .../rust/ockam/ockam_node/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_node/Cargo.toml | 2 +- .../rust/ockam/ockam_node/README.md | 2 +- .../ockam/ockam_transport_ble/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_ble/Cargo.toml | 8 +++--- .../rust/ockam/ockam_transport_ble/README.md | 2 +- .../ockam/ockam_transport_tcp/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_tcp/Cargo.toml | 4 +-- .../rust/ockam/ockam_transport_tcp/README.md | 2 +- .../ockam/ockam_transport_udp/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_udp/Cargo.toml | 6 ++-- .../rust/ockam/ockam_transport_udp/README.md | 2 +- .../ockam/ockam_transport_uds/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_uds/Cargo.toml | 4 +-- .../rust/ockam/ockam_transport_uds/README.md | 2 +- .../ockam_transport_websocket/CHANGELOG.md | 6 ++++ .../ockam_transport_websocket/Cargo.toml | 4 +-- .../ockam/ockam_transport_websocket/README.md | 2 +- .../rust/ockam/ockam_vault/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_vault/Cargo.toml | 4 +-- .../rust/ockam/ockam_vault/README.md | 2 +- .../rust/ockam/ockam_vault_aws/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_vault_aws/Cargo.toml | 6 ++-- .../rust/ockam/ockam_vault_aws/README.md | 2 +- 43 files changed, 163 insertions(+), 79 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1826900da9..eb319527f4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3675,7 +3675,7 @@ dependencies = [ [[package]] name = "ockam" -version = "0.112.0" +version = "0.113.0" dependencies = [ "arrayref", "dyn-clone", @@ -3699,7 +3699,7 @@ dependencies = [ [[package]] name = "ockam_abac" -version = "0.45.0" +version = "0.46.0" dependencies = [ "either", "minicbor", @@ -3724,7 +3724,7 @@ dependencies = [ [[package]] name = "ockam_api" -version = "0.55.0" +version = "0.56.0" dependencies = [ "anyhow", "aws-config", @@ -3780,7 +3780,7 @@ dependencies = [ [[package]] name = "ockam_app_lib" -version = "0.112.0" +version = "0.113.0" dependencies = [ "cbindgen", "duct", @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "ockam_command" -version = "0.112.0" +version = "0.113.0" dependencies = [ "anyhow", "arboard", @@ -3909,7 +3909,7 @@ dependencies = [ [[package]] name = "ockam_identity" -version = "0.99.0" +version = "0.100.0" dependencies = [ "async-trait", "cfg-if", @@ -3978,7 +3978,7 @@ dependencies = [ [[package]] name = "ockam_node" -version = "0.104.0" +version = "0.105.0" dependencies = [ "cfg-if", "fs2", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "ockam_transport_ble" -version = "0.66.0" +version = "0.67.0" dependencies = [ "atsame54_xpro", "bluenrg", @@ -4042,7 +4042,7 @@ dependencies = [ [[package]] name = "ockam_transport_tcp" -version = "0.102.0" +version = "0.103.0" dependencies = [ "cfg-if", "hashbrown 0.14.3", @@ -4060,7 +4060,7 @@ dependencies = [ [[package]] name = "ockam_transport_udp" -version = "0.46.0" +version = "0.47.0" dependencies = [ "bytes 1.5.0", "futures-util", @@ -4079,7 +4079,7 @@ dependencies = [ [[package]] name = "ockam_transport_uds" -version = "0.31.0" +version = "0.32.0" dependencies = [ "ockam_core", "ockam_macros", @@ -4093,7 +4093,7 @@ dependencies = [ [[package]] name = "ockam_transport_websocket" -version = "0.93.0" +version = "0.94.0" dependencies = [ "futures-util", "ockam_core", @@ -4108,7 +4108,7 @@ dependencies = [ [[package]] name = "ockam_vault" -version = "0.97.0" +version = "0.98.0" dependencies = [ "aes-gcm", "arrayref", @@ -4140,7 +4140,7 @@ dependencies = [ [[package]] name = "ockam_vault_aws" -version = "0.23.0" +version = "0.24.0" dependencies = [ "aws-config", "aws-sdk-kms", diff --git a/implementations/rust/ockam/ockam/CHANGELOG.md b/implementations/rust/ockam/ockam/CHANGELOG.md index ebde0a9a1f2..213100171e4 100644 --- a/implementations/rust/ockam/ockam/CHANGELOG.md +++ b/implementations/rust/ockam/ockam/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.113.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.112.0 - 2023-12-18 ### Changed diff --git a/implementations/rust/ockam/ockam/Cargo.toml b/implementations/rust/ockam/ockam/Cargo.toml index c6167e04a61..9d6e96548e1 100644 --- a/implementations/rust/ockam/ockam/Cargo.toml +++ b/implementations/rust/ockam/ockam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam" -version = "0.112.0" +version = "0.113.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -85,20 +85,20 @@ arrayref = "0.3" dyn-clone = "1.0" hex = { version = "0.4", default-features = false } minicbor = { version = "0.20.0", features = ["alloc", "derive"] } -ockam_abac = { path = "../ockam_abac", version = "^0.45.0", default_features = false, optional = true } +ockam_abac = { path = "../ockam_abac", version = "^0.46.0", default_features = false, optional = true } ockam_core = { path = "../ockam_core", version = "^0.98.0", default-features = false } -ockam_identity = { path = "../ockam_identity", version = "^0.99.0", default_features = false } +ockam_identity = { path = "../ockam_identity", version = "^0.100.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.104.0", default-features = false } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.102.0", optional = true } -ockam_vault = { path = "../ockam_vault", version = "^0.97.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.105.0", default-features = false } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.103.0", optional = true } +ockam_vault = { path = "../ockam_vault", version = "^0.98.0", default_features = false, optional = true } rand = { version = "0.8", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } sha2 = { version = "0.10", default-features = false } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam_vault = { path = "../ockam_vault", version = "^0.97.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.98.0" } rand_xorshift = "0.3" serde_json = "1.0" trybuild = { version = "1.0", features = ["diff"] } diff --git a/implementations/rust/ockam/ockam/README.md b/implementations/rust/ockam/ockam/README.md index fb9dbe9ecda..282d658598b 100644 --- a/implementations/rust/ockam/ockam/README.md +++ b/implementations/rust/ockam/ockam/README.md @@ -49,7 +49,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam = "0.112.0" +ockam = "0.113.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_abac/CHANGELOG.md b/implementations/rust/ockam/ockam_abac/CHANGELOG.md index 9137a9ec373..b9ac2c8b5a3 100644 --- a/implementations/rust/ockam/ockam_abac/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_abac/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.46.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.45.0 - 2023-12-16 ### Changed diff --git a/implementations/rust/ockam/ockam_abac/Cargo.toml b/implementations/rust/ockam/ockam_abac/Cargo.toml index 6bf86d3eb7c..eef158cfb38 100644 --- a/implementations/rust/ockam/ockam_abac/Cargo.toml +++ b/implementations/rust/ockam/ockam_abac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_abac" -version = "0.45.0" +version = "0.46.0" authors = ["Ockam Developers"] categories = ["cryptography", "authorization"] edition = "2021" @@ -35,8 +35,8 @@ std = [ either = { version = "1.9.0", default-features = false } minicbor = { version = "0.20.0", features = ["derive", "alloc"] } ockam_core = { version = "0.98.0", path = "../ockam_core", default-features = false } -ockam_identity = { version = "0.99.0", path = "../ockam_identity", default-features = false } -ockam_node = { version = "0.104.0", path = "../ockam_node", default-features = false } +ockam_identity = { version = "0.100.0", path = "../ockam_identity", default-features = false } +ockam_node = { version = "0.105.0", path = "../ockam_node", default-features = false } once_cell = { version = "1.19.0", default-features = false, features = ["alloc"] } # optional: diff --git a/implementations/rust/ockam/ockam_abac/README.md b/implementations/rust/ockam/ockam_abac/README.md index c02d5e52ecd..615ac0c59e6 100644 --- a/implementations/rust/ockam/ockam_abac/README.md +++ b/implementations/rust/ockam/ockam_abac/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_abac = "0.45.0" +ockam_abac = "0.46.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index 1727e4564b1..4e2e942cfb4 100644 --- a/implementations/rust/ockam/ockam_api/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_api/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.56.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.55.0 - 2023-12-18 ### Changed diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index 139601e2069..53839572665 100644 --- a/implementations/rust/ockam/ockam_api/Cargo.toml +++ b/implementations/rust/ockam/ockam_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_api" -version = "0.55.0" +version = "0.56.0" authors = ["Ockam Developers"] edition = "2021" homepage = "https://github.com/ockam-network/ockam" @@ -63,7 +63,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json"] } url = "2.4.1" ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.42.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.102.0" } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.103.0" } [dependencies.ockam_core] version = "0.98.0" @@ -72,13 +72,13 @@ default-features = false features = ["no_std", "alloc"] [dependencies.ockam_node] -version = "0.104.0" +version = "0.105.0" path = "../ockam_node" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_vault] -version = "0.97.0" +version = "0.98.0" path = "../ockam_vault" default-features = false # FIXME: ockam_vault's dependency curve25519-dalek has non-additive features which @@ -86,19 +86,19 @@ default-features = false features = ["std"] [dependencies.ockam_vault_aws] -version = "0.23.0" +version = "0.24.0" path = "../ockam_vault_aws" default-features = false features = ["std"] [dependencies.ockam] -version = "^0.112.0" +version = "^0.113.0" path = "../ockam" default-features = false features = ["ockam_transport_tcp", "storage"] [dependencies.ockam_abac] -version = "0.45.0" +version = "0.46.0" path = "../ockam_abac" default-features = false diff --git a/implementations/rust/ockam/ockam_api/README.md b/implementations/rust/ockam/ockam_api/README.md index c173e22f8c6..04d10968b5f 100644 --- a/implementations/rust/ockam/ockam_api/README.md +++ b/implementations/rust/ockam/ockam_api/README.md @@ -32,7 +32,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_api = "0.55.0" +ockam_api = "0.56.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md index c0962238a8b..4d0db73bca5 100644 --- a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.113.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.112.0 - 2023-12-18 ### Changed diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index cb7a7d1b567..888cc878179 100644 --- a/implementations/rust/ockam/ockam_app_lib/Cargo.toml +++ b/implementations/rust/ockam/ockam_app_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_app_lib" -version = "0.112.0" +version = "0.113.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -33,11 +33,11 @@ futures = { version = "0.3.29", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["alloc", "serde"] } miette = { version = "5.10.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.20.0", features = ["alloc", "derive"] } -ockam = { path = "../ockam", version = "^0.112.0", features = ["software_vault"] } -ockam_api = { path = "../ockam_api", version = "0.55.0", features = ["std"] } +ockam = { path = "../ockam", version = "^0.113.0", features = ["software_vault"] } +ockam_api = { path = "../ockam_api", version = "0.56.0", features = ["std"] } ockam_core = { path = "../ockam_core", version = "^0.98.0" } ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.42.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.102.0" } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.103.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sqlx = { version = "0.7.3", features = ["runtime-tokio", "sqlite", "migrate"] } diff --git a/implementations/rust/ockam/ockam_app_lib/README.md b/implementations/rust/ockam/ockam_app_lib/README.md index d34bb287c66..12d2eea1061 100644 --- a/implementations/rust/ockam/ockam_app_lib/README.md +++ b/implementations/rust/ockam/ockam_app_lib/README.md @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_app_lib = "0.112.0" +ockam_app_lib = "0.113.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index 734770e67f5..a4c9ec01b12 100644 --- a/implementations/rust/ockam/ockam_command/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_command/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.113.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.112.0 - 2023-12-18 ### Changed diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index 7ef3361acb4..07bb94aec28 100644 --- a/implementations/rust/ockam/ockam_command/Cargo.toml +++ b/implementations/rust/ockam/ockam_command/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_command" -version = "0.112.0" +version = "0.113.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -72,15 +72,15 @@ indoc = "2.0.4" miette = { version = "5.10.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.20.0", features = ["derive", "alloc", "half"] } nix = "0.27" -ockam = { path = "../ockam", version = "^0.112.0", features = ["software_vault"] } -ockam_abac = { path = "../ockam_abac", version = "0.45.0", features = ["std"] } -ockam_api = { path = "../ockam_api", version = "0.55.0", features = ["std"] } +ockam = { path = "../ockam", version = "^0.113.0", features = ["software_vault"] } +ockam_abac = { path = "../ockam_abac", version = "0.46.0", features = ["std"] } +ockam_api = { path = "../ockam_api", version = "0.56.0", features = ["std"] } ockam_core = { path = "../ockam_core", version = "^0.98.0" } ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.42.0", features = ["std"] } -ockam_node = { path = "../ockam_node", version = "^0.104.0" } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.102.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.97.0", features = ["storage"] } -ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.23.0" } +ockam_node = { path = "../ockam_node", version = "^0.105.0" } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.103.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.98.0", features = ["storage"] } +ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.24.0" } once_cell = "1.19" open = "5.0.0" pem-rfc7468 = { version = "0.7.0", features = ["std"] } diff --git a/implementations/rust/ockam/ockam_command/README.md b/implementations/rust/ockam/ockam_command/README.md index 9e9f90ede0e..d37bcfcbadf 100644 --- a/implementations/rust/ockam/ockam_command/README.md +++ b/implementations/rust/ockam/ockam_command/README.md @@ -33,7 +33,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_command = "0.112.0" +ockam_command = "0.113.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_identity/CHANGELOG.md b/implementations/rust/ockam/ockam_identity/CHANGELOG.md index 37069940242..c0e45f96542 100644 --- a/implementations/rust/ockam/ockam_identity/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_identity/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.100.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.99.0 - 2023-12-16 ### Added diff --git a/implementations/rust/ockam/ockam_identity/Cargo.toml b/implementations/rust/ockam/ockam_identity/Cargo.toml index a4526768f4c..01c87c4d1bf 100644 --- a/implementations/rust/ockam/ockam_identity/Cargo.toml +++ b/implementations/rust/ockam/ockam_identity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_identity" -version = "0.99.0" +version = "0.100.0" authors = ["Ockam Developers"] categories = ["cryptography", "authentication"] edition = "2021" @@ -80,8 +80,8 @@ hex = { version = "0.4", default-features = false } minicbor = { version = "0.20.0", features = ["alloc", "derive"] } ockam_core = { path = "../ockam_core", version = "^0.98.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.104.0", default-features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.97.0", default-features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.105.0", default-features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.98.0", default-features = false, optional = true } rand = { version = "0.8", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } serde_bare = { version = "0.5.0", default-features = false, features = ["alloc"] } diff --git a/implementations/rust/ockam/ockam_identity/README.md b/implementations/rust/ockam/ockam_identity/README.md index 8dc553e9eee..7bb867e61bb 100644 --- a/implementations/rust/ockam/ockam_identity/README.md +++ b/implementations/rust/ockam/ockam_identity/README.md @@ -31,7 +31,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_identity = "0.99.0" +ockam_identity = "0.100.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_node/CHANGELOG.md b/implementations/rust/ockam/ockam_node/CHANGELOG.md index 3740c1bf6a6..a3bfa6a5c07 100644 --- a/implementations/rust/ockam/ockam_node/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_node/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.105.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.104.0 - 2023-12-16 ### Changed diff --git a/implementations/rust/ockam/ockam_node/Cargo.toml b/implementations/rust/ockam/ockam_node/Cargo.toml index 1f19e9923ce..708deaca754 100644 --- a/implementations/rust/ockam/ockam_node/Cargo.toml +++ b/implementations/rust/ockam/ockam_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_node" -version = "0.104.0" +version = "0.105.0" authors = ["Ockam Developers"] categories = [ "cryptography", diff --git a/implementations/rust/ockam/ockam_node/README.md b/implementations/rust/ockam/ockam_node/README.md index 64bc8d4ef24..e620ef70ea5 100644 --- a/implementations/rust/ockam/ockam_node/README.md +++ b/implementations/rust/ockam/ockam_node/README.md @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_node = "0.104.0" +ockam_node = "0.105.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md index 8221c2d7f8b..29d77509900 100644 --- a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.67.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.66.0 - 2023-12-16 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml index 7cc6fb48c64..6e475599716 100644 --- a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_ble" -version = "0.66.0" +version = "0.67.0" authors = ["Ockam Developers"] autoexamples = false categories = ["cryptography", "asynchronous", "authentication", "embedded", "network-programming"] @@ -85,7 +85,7 @@ pic32mx2xxfxxxb = ["pic32", "pic32-hal/pic32mx2xxfxxxb"] [dependencies] ockam_core = { path = "../ockam_core", version = "^0.98.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.104.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.105.0", default_features = false } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.71.0", default_features = false } futures = { version = "0.3.29", default-features = false } @@ -124,8 +124,8 @@ cortex-m = "0.7.7" riscv = "0.10.0" [dev-dependencies] -ockam_identity = { path = "../ockam_identity", version = "^0.99.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.97.0" } +ockam_identity = { path = "../ockam_identity", version = "^0.100.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.98.0" } [[example]] name = "04-routing-over-ble-transport-initiator" diff --git a/implementations/rust/ockam/ockam_transport_ble/README.md b/implementations/rust/ockam/ockam_transport_ble/README.md index 214acbedae1..635468f5068 100644 --- a/implementations/rust/ockam/ockam_transport_ble/README.md +++ b/implementations/rust/ockam/ockam_transport_ble/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_ble = "0.66.0" +ockam_transport_ble = "0.67.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md index 344502cea8c..1d554dba255 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.103.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.102.0 - 2023-12-16 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml index 57b190d8a23..ec04957b767 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_tcp" -version = "0.102.0" +version = "0.103.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -33,7 +33,7 @@ cfg-if = "1.0.0" hashbrown = { version = "0.14", default-features = false } ockam_core = { path = "../ockam_core", version = "^0.98.0" } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } -ockam_node = { path = "../ockam_node", version = "^0.104.0" } +ockam_node = { path = "../ockam_node", version = "^0.105.0" } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.71.0" } rand = "0.8" serde = { version = "1.0", default-features = false, features = ["derive"] } diff --git a/implementations/rust/ockam/ockam_transport_tcp/README.md b/implementations/rust/ockam/ockam_transport_tcp/README.md index adc55b11919..2b79ac72bc8 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/README.md +++ b/implementations/rust/ockam/ockam_transport_tcp/README.md @@ -18,7 +18,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_tcp = "0.102.0" +ockam_transport_tcp = "0.103.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md index 9ad4b9fc5a5..15d674ed6fa 100644 --- a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.47.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.46.0 - 2023-12-18 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml index 9527f6dbb78..f2bca8738cf 100644 --- a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_udp" -version = "0.46.0" +version = "0.47.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -33,7 +33,7 @@ bytes = "1.5.0" futures-util = "0.3" hashbrown = { version = "0.14" } ockam_core = { path = "../ockam_core", version = "^0.98.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.104.0" } +ockam_node = { path = "../ockam_node", version = "^0.105.0" } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.71.0" } rand = "0.8" serde = { version = "1.0", default-features = false, features = ["derive"] } @@ -42,7 +42,7 @@ tokio-util = { version = "0.7.9", features = ["net", "codec"] } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam = { path = "../ockam", version = "^0.112.0" } +ockam = { path = "../ockam", version = "^0.113.0" } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } [[example]] diff --git a/implementations/rust/ockam/ockam_transport_udp/README.md b/implementations/rust/ockam/ockam_transport_udp/README.md index f54b93e080f..d2dba3dd675 100644 --- a/implementations/rust/ockam/ockam_transport_udp/README.md +++ b/implementations/rust/ockam/ockam_transport_udp/README.md @@ -18,7 +18,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_udp = "0.46.0" +ockam_transport_udp = "0.47.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md index 0f5e879ea1f..e95433bbe2f 100644 --- a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.32.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.31.0 - 2023-12-16 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml index eab4696dc72..5dc51b8cc68 100644 --- a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_uds" -version = "0.31.0" +version = "0.32.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -29,7 +29,7 @@ alloc = [] [dependencies] ockam_core = { path = "../ockam_core", version = "^0.98.0" } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } -ockam_node = { path = "../ockam_node", version = "^0.104.0" } +ockam_node = { path = "../ockam_node", version = "^0.105.0" } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.71.0" } serde = { version = "1.0", default-features = false, features = ["derive"] } socket2 = "0.5.5" diff --git a/implementations/rust/ockam/ockam_transport_uds/README.md b/implementations/rust/ockam/ockam_transport_uds/README.md index 1c359958b8f..dd29d31d2de 100644 --- a/implementations/rust/ockam/ockam_transport_uds/README.md +++ b/implementations/rust/ockam/ockam_transport_uds/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_uds = "0.31.0" +ockam_transport_uds = "0.32.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md index 453d1c97eb4..d8b6993ab4c 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.94.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.93.0 - 2023-12-16 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml index bfd0192f107..14cd3203c5a 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_websocket" -version = "0.93.0" +version = "0.94.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -46,7 +46,7 @@ alloc = [ [dependencies] futures-util = { version = "0.3", default-features = false, features = ["tokio-io"] } ockam_core = { path = "../ockam_core", version = "^0.98.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.104.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.105.0", default_features = false } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.71.0", default_features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.35", default-features = false, optional = true, features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-std"] } diff --git a/implementations/rust/ockam/ockam_transport_websocket/README.md b/implementations/rust/ockam/ockam_transport_websocket/README.md index 8034c704a68..54c952ca518 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/README.md +++ b/implementations/rust/ockam/ockam_transport_websocket/README.md @@ -84,7 +84,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_websocket = "0.93.0" +ockam_transport_websocket = "0.94.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault/CHANGELOG.md b/implementations/rust/ockam/ockam_vault/CHANGELOG.md index 47e944a0c48..a429423d417 100644 --- a/implementations/rust/ockam/ockam_vault/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_vault/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.98.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.97.0 - 2023-12-16 ### Changed diff --git a/implementations/rust/ockam/ockam_vault/Cargo.toml b/implementations/rust/ockam/ockam_vault/Cargo.toml index bcb153f0987..226bdcf10ab 100644 --- a/implementations/rust/ockam/ockam_vault/Cargo.toml +++ b/implementations/rust/ockam/ockam_vault/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_vault" -version = "0.97.0" +version = "0.98.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -81,7 +81,7 @@ hkdf = { version = "0.12", default-features = false } minicbor = { version = "0.20.0", features = ["derive"] } ockam_core = { path = "../ockam_core", version = "^0.98.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.104.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.105.0", default_features = false, optional = true } # ECDSA providers: p256 = { version = "0.13.2", default_features = false } rand = { version = "0.8", default-features = false } diff --git a/implementations/rust/ockam/ockam_vault/README.md b/implementations/rust/ockam/ockam_vault/README.md index 92135767896..f307bf7f4cf 100644 --- a/implementations/rust/ockam/ockam_vault/README.md +++ b/implementations/rust/ockam/ockam_vault/README.md @@ -27,7 +27,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_vault = "0.97.0" +ockam_vault = "0.98.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md index 74ad0c6d3f9..fcc061ff4bb 100644 --- a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.24.0 - 2023-12-19 + +### Changed + +- Updated dependencies + ## 0.23.0 - 2023-12-18 ### Changed diff --git a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml index 3241197ea43..3e6372a368f 100644 --- a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml +++ b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_vault_aws" -version = "0.23.0" +version = "0.24.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -58,8 +58,8 @@ aws-config = { version = "1.1.1", default-features = false, features = ["rustls" aws-sdk-kms = { version = "1.7.1", default-features = false, features = ["rustls"] } ockam_core = { path = "../ockam_core", version = "^0.98.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.104.0", default_features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.97.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.105.0", default_features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.98.0", default_features = false } p256 = { version = "0.13.2", default_features = false } sha2 = { version = "0.10", default-features = false } thiserror = { version = "1.0.51" } diff --git a/implementations/rust/ockam/ockam_vault_aws/README.md b/implementations/rust/ockam/ockam_vault_aws/README.md index 3f0599f8c41..74255393d25 100644 --- a/implementations/rust/ockam/ockam_vault_aws/README.md +++ b/implementations/rust/ockam/ockam_vault_aws/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_vault_aws = "0.23.0" +ockam_vault_aws = "0.24.0" ``` ## License