From 5ee8cc5e624177a185ed919cda7eaaa87edf0202 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Sun, 24 Nov 2024 15:50:02 -0500 Subject: [PATCH] Release 0.10.0 async_ip@0.10.0 citadel_crypt@0.10.0 citadel_logging@0.10.0 citadel_pqcrypto@0.10.0 citadel_proto@0.10.0 citadel_sdk@0.10.0 citadel_types@0.10.0 citadel_user@0.10.0 citadel_wire@0.10.0 firebase-rtdb@0.10.0 netbeam@0.10.0 Generated by cargo-workspaces --- Cargo.toml | 22 +++++++++++----------- Makefile.toml | 6 +++--- async_ip/Cargo.toml | 2 +- citadel_crypt/Cargo.toml | 2 +- citadel_logging/Cargo.toml | 2 +- citadel_pqcrypto/Cargo.toml | 2 +- citadel_proto/Cargo.toml | 4 ++-- citadel_sdk/Cargo.toml | 2 +- citadel_types/Cargo.toml | 2 +- citadel_user/Cargo.toml | 4 ++-- citadel_wire/Cargo.toml | 2 +- firebase-rtdb/Cargo.toml | 2 +- netbeam/Cargo.toml | 2 +- 13 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4381f0d77..0fe90f5ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,18 +22,18 @@ exclude = [ [workspace.dependencies] # workspace deps -citadel_sdk = { path = "./citadel_sdk", default-features = false, version = "0.9.0" } -citadel_wire = { path = "./citadel_wire", default-features = false, version = "0.9.0" } -citadel_user = { path = "./citadel_user", default-features = false, version = "0.9.0" } -citadel_crypt = { path = "./citadel_crypt", default-features = false, version = "0.9.0" } -citadel_pqcrypto = { path = "./citadel_pqcrypto", default-features = false, version = "0.9.0" } -citadel_proto = { path = "./citadel_proto", default-features = false, version = "0.9.0" } -citadel_logging = { path = "./citadel_logging", default-features = false, version = "0.8.0" } +citadel_sdk = { path = "./citadel_sdk", default-features = false, version = "0.10.0" } +citadel_wire = { path = "./citadel_wire", default-features = false, version = "0.10.0" } +citadel_user = { path = "./citadel_user", default-features = false, version = "0.10.0" } +citadel_crypt = { path = "./citadel_crypt", default-features = false, version = "0.10.0" } +citadel_pqcrypto = { path = "./citadel_pqcrypto", default-features = false, version = "0.10.0" } +citadel_proto = { path = "./citadel_proto", default-features = false, version = "0.10.0" } +citadel_logging = { path = "./citadel_logging", default-features = false, version = "0.10.0" } citadel_io = { path = "./citadel_io", default-features = false, version = "0.8.0" } -citadel_types = { path = "./citadel_types", default-features = false, version = "0.8.0" } -netbeam = { path = "./netbeam", default-features = false, version = "0.8.0" } -firebase-rtdb = { path = "./firebase-rtdb", default-features = false, version = "0.8.0" } -async_ip = { path = "./async_ip", default-features = false, version = "0.8.0" } +citadel_types = { path = "./citadel_types", default-features = false, version = "0.10.0" } +netbeam = { path = "./netbeam", default-features = false, version = "0.10.0" } +firebase-rtdb = { path = "./firebase-rtdb", default-features = false, version = "0.10.0" } +async_ip = { path = "./async_ip", default-features = false, version = "0.10.0" } # ordinary deps generic-array = { version = "0.14.6" } diff --git a/Makefile.toml b/Makefile.toml index aa0a67aa7..1ef1167bb 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -267,19 +267,19 @@ args = ["workspaces", "version", "major"] [tasks.publish-patch] command = "cargo" condition = { env_set = [ "CARGO_REGISTRY_TOKEN" ] } -args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "patch", "--from-git", "--allow-dirty", "${@}"] +args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "patch", "${@}"] dependencies = ["publish-install-deps", "publish-bump-version-patch"] [tasks.publish-minor] command = "cargo" condition = { env_set = [ "CARGO_REGISTRY_TOKEN" ] } -args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "minor", "--from-git", "--allow-dirty", "${@}"] +args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "minor", "${@}"] dependencies = ["publish-install-deps", "publish-bump-version-minor"] [tasks.publish-major] command = "cargo" condition = { env_set = [ "CARGO_REGISTRY_TOKEN" ] } -args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "major", "--from-git", "--allow-dirty", "${@}"] +args = ["workspaces", "publish", "--token", "${CARGO_REGISTRY_TOKEN}", "major", "${@}"] dependencies = ["publish-install-deps", "publish-bump-version-major"] [tasks.check-docs] diff --git a/async_ip/Cargo.toml b/async_ip/Cargo.toml index 1eb8a8884..4286b2c27 100644 --- a/async_ip/Cargo.toml +++ b/async_ip/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async_ip" -version = "0.8.0" +version = "0.10.0" authors = ["Thomas Braun "] edition = "2021" description = "An asynchronous client used to obtain one's global Ipv6 or Ipv4 address" diff --git a/citadel_crypt/Cargo.toml b/citadel_crypt/Cargo.toml index b1a6cd998..5214c2216 100644 --- a/citadel_crypt/Cargo.toml +++ b/citadel_crypt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "citadel_crypt" -version = "0.9.0" +version = "0.10.0" authors = ["Thomas Braun "] description = "Higher-level cryptographic library for the Citadel Protocol" edition = "2021" diff --git a/citadel_logging/Cargo.toml b/citadel_logging/Cargo.toml index b53c5a486..f54818636 100644 --- a/citadel_logging/Cargo.toml +++ b/citadel_logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "citadel_logging" -version = "0.8.0" +version = "0.10.0" authors = ["Thomas Braun "] edition = "2021" description = "logging library for the Citadel Protocol" diff --git a/citadel_pqcrypto/Cargo.toml b/citadel_pqcrypto/Cargo.toml index 5f84a7c8e..9b6c53416 100644 --- a/citadel_pqcrypto/Cargo.toml +++ b/citadel_pqcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "citadel_pqcrypto" -version = "0.9.0" +version = "0.10.0" authors = ["Thomas Braun "] description = "Lower-level cryptographic library for the Citadel Protocol" edition = "2021" diff --git a/citadel_proto/Cargo.toml b/citadel_proto/Cargo.toml index 73c3fc6d5..a7fdb6883 100644 --- a/citadel_proto/Cargo.toml +++ b/citadel_proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "citadel_proto" -version = "0.9.0" +version = "0.10.0" authors = ["Thomas Braun "] description = "Networking library for the Citadel Protocol" edition = "2021" @@ -87,4 +87,4 @@ rstest = { workspace = true } doctest = false [lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } \ No newline at end of file +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } diff --git a/citadel_sdk/Cargo.toml b/citadel_sdk/Cargo.toml index 388a7bed4..a5001c019 100644 --- a/citadel_sdk/Cargo.toml +++ b/citadel_sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "citadel_sdk" -version = "0.9.0" +version = "0.10.0" authors = ["Thomas Braun "] description = "High-level library to build applications on the Citadel Protocol" edition = "2021" diff --git a/citadel_types/Cargo.toml b/citadel_types/Cargo.toml index 7f8918140..027a149ff 100644 --- a/citadel_types/Cargo.toml +++ b/citadel_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "citadel_types" -version = "0.8.0" +version = "0.10.0" authors = ["Thomas Braun "] description = "Types for the citadel protocol" edition = "2021" diff --git a/citadel_user/Cargo.toml b/citadel_user/Cargo.toml index a6d9e14af..ae523f798 100644 --- a/citadel_user/Cargo.toml +++ b/citadel_user/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "citadel_user" -version = "0.9.0" +version = "0.10.0" authors = ["Thomas Braun "] description = "User backend library for the Citadel Protocol" edition = "2021" @@ -73,4 +73,4 @@ citadel_pqcrypto = { workspace = true } doctest = false [lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } \ No newline at end of file +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } diff --git a/citadel_wire/Cargo.toml b/citadel_wire/Cargo.toml index ebf492bf4..cd819b2f0 100644 --- a/citadel_wire/Cargo.toml +++ b/citadel_wire/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "citadel_wire" -version = "0.9.0" +version = "0.10.0" authors = ["Thomas Braun "] description = "NAT traversal and wire support for the Citadel Protocol" edition = "2021" diff --git a/firebase-rtdb/Cargo.toml b/firebase-rtdb/Cargo.toml index 759f60b8c..8ac4790af 100644 --- a/firebase-rtdb/Cargo.toml +++ b/firebase-rtdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firebase-rtdb" -version = "0.8.0" +version = "0.10.0" authors = ["Thomas Braun "] description = "Firebase client for the Citadel Protocol" edition = "2021" diff --git a/netbeam/Cargo.toml b/netbeam/Cargo.toml index b9102a66d..92709785d 100644 --- a/netbeam/Cargo.toml +++ b/netbeam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netbeam" -version = "0.8.0" +version = "0.10.0" description = "a pure-rust asynchronous network synchronization crate (using tokio) that recreates familiar asynchronous paradigms but in a network context" authors = ["Thomas Braun "] edition = "2021"