diff --git a/Cargo.lock b/Cargo.lock index dd1f95f73ed..e4151f40a12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4644,7 +4644,7 @@ dependencies = [ [[package]] name = "ockam" -version = "0.142.0" +version = "0.143.0" dependencies = [ "hex", "ockam_abac", @@ -4696,7 +4696,7 @@ dependencies = [ [[package]] name = "ockam_api" -version = "0.85.0" +version = "0.86.0" dependencies = [ "base64-url", "bytes 1.8.0", @@ -4791,7 +4791,7 @@ dependencies = [ [[package]] name = "ockam_app_lib" -version = "0.142.0" +version = "0.143.0" dependencies = [ "cbindgen", "duct", @@ -4812,7 +4812,7 @@ dependencies = [ [[package]] name = "ockam_command" -version = "0.142.0" +version = "0.143.0" dependencies = [ "arboard", "assert_cmd", diff --git a/implementations/rust/ockam/ockam/CHANGELOG.md b/implementations/rust/ockam/ockam/CHANGELOG.md index 43e8a43d991..39adcf2c08b 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.143.0 - 2024-11-30 + +### Added + +- Updated dependencies + ## 0.142.0 - 2024-11-27 ### Added diff --git a/implementations/rust/ockam/ockam/Cargo.toml b/implementations/rust/ockam/ockam/Cargo.toml index efe8686deb3..f2c150699f0 100644 --- a/implementations/rust/ockam/ockam/Cargo.toml +++ b/implementations/rust/ockam/ockam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam" -version = "0.142.0" +version = "0.143.0" authors = ["Ockam Developers"] categories = [ "cryptography", diff --git a/implementations/rust/ockam/ockam/README.md b/implementations/rust/ockam/ockam/README.md index 5ea66d20090..204f588079a 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.142.0" +ockam = "0.143.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index 38447c5f92a..3b60c4be844 100644 --- a/implementations/rust/ockam/ockam_api/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_api/CHANGELOG.md @@ -4,6 +4,13 @@ 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.86.0 - 2024-11-30 + +### Added + +- Reduce the api versions to the supported range +- Updated dependencies + ## 0.85.0 - 2024-11-27 ### Added diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index 263e3bdba26..a201d336ae6 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.85.0" +version = "0.86.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -146,7 +146,7 @@ default-features = false features = ["std"] [dependencies.ockam] -version = "^0.142.0" +version = "^0.143.0" path = "../ockam" default-features = false features = ["std", "ockam_transport_tcp", "ockam_transport_udp", "storage"] diff --git a/implementations/rust/ockam/ockam_api/README.md b/implementations/rust/ockam/ockam_api/README.md index 365641c0c86..55d8bbebe29 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.85.0" +ockam_api = "0.86.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md index 80e77a0f4a3..41031bc72bb 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.143.0 - 2024-11-30 + +### Added + +- Updated dependencies + ## 0.142.0 - 2024-11-27 ### Added diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index 8d1b03801d2..3f631b49a18 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.142.0" +version = "0.143.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -37,8 +37,8 @@ rust-crypto = ["ockam_api/rust-crypto"] duct = "0.13.7" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.25.1", default-features = false, features = ["alloc", "derive"] } -ockam = { path = "../ockam", version = "^0.142.0", features = ["software_vault"] } -ockam_api = { path = "../ockam_api", version = "0.85.0", default-features = false, features = ["std"] } +ockam = { path = "../ockam", version = "^0.143.0", features = ["software_vault"] } +ockam_api = { path = "../ockam_api", version = "0.86.0", default-features = false, features = ["std"] } ockam_core = { path = "../ockam_core", version = "^0.121.0" } ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.65.0", features = ["cbor", "serde"] } serde = { version = "1.0", features = ["derive"] } @@ -49,7 +49,7 @@ tokio = { version = "1.41.0", features = ["full"] } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam_api = { path = "../ockam_api", version = "0.85.0", default-features = false, features = ["test-utils"] } +ockam_api = { path = "../ockam_api", version = "0.86.0", default-features = false, features = ["test-utils"] } tempfile = { version = "3.10.1" } [build-dependencies] diff --git a/implementations/rust/ockam/ockam_app_lib/README.md b/implementations/rust/ockam/ockam_app_lib/README.md index 69035b82bf8..bc658d7a040 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.142.0" +ockam_app_lib = "0.143.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index d8d8a71fe1a..c521fe5b5d9 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.143.0 - 2024-11-30 + +### Added + +- Updated dependencies + ## 0.142.0 - 2024-11-27 ### Added diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index 2d4f24f9869..b043b5a8ead 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.142.0" +version = "0.143.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -65,9 +65,9 @@ indoc = "2.0.5" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.25.1", default-features = false, features = ["alloc", "derive"] } nix = { version = "0.29", features = ["signal"] } -ockam = { path = "../ockam", version = "^0.142.0", features = ["software_vault"] } +ockam = { path = "../ockam", version = "^0.143.0", features = ["software_vault"] } ockam_abac = { path = "../ockam_abac", version = "0.74.0", features = ["std"] } -ockam_api = { path = "../ockam_api", version = "0.85.0", default-features = false, features = ["std"] } +ockam_api = { path = "../ockam_api", version = "0.86.0", default-features = false, features = ["std"] } ockam_core = { path = "../ockam_core", version = "^0.121.0" } ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.65.0", features = ["std"] } ockam_node = { path = "../ockam_node", version = "^0.133.0" } @@ -100,7 +100,7 @@ which = "6.0.2" [dev-dependencies] assert_cmd = "2" mockito = "1.5.0" -ockam_api = { path = "../ockam_api", version = "0.85.0", default-features = false, features = ["test-utils"] } +ockam_api = { path = "../ockam_api", version = "0.86.0", default-features = false, features = ["test-utils"] } ockam_macros = { path = "../ockam_macros", version = "^0.36.0" } proptest = "1.5.0" serial_test = "3.0.0" diff --git a/implementations/rust/ockam/ockam_command/README.md b/implementations/rust/ockam/ockam_command/README.md index 7f29c9714dd..c540c23065d 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.142.0" +ockam_command = "0.143.0" ``` ## License