Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Nov 24, 2024
1 parent 697480c commit 5ee8cc5
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
6 changes: 3 additions & 3 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion async_ip/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async_ip"
version = "0.8.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
edition = "2021"
description = "An asynchronous client used to obtain one's global Ipv6 or Ipv4 address"
Expand Down
2 changes: 1 addition & 1 deletion citadel_crypt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_crypt"
version = "0.9.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
description = "Higher-level cryptographic library for the Citadel Protocol"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion citadel_logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_logging"
version = "0.8.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
edition = "2021"
description = "logging library for the Citadel Protocol"
Expand Down
2 changes: 1 addition & 1 deletion citadel_pqcrypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_pqcrypto"
version = "0.9.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
description = "Lower-level cryptographic library for the Citadel Protocol"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions citadel_proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_proto"
version = "0.9.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
description = "Networking library for the Citadel Protocol"
edition = "2021"
Expand Down Expand Up @@ -87,4 +87,4 @@ rstest = { workspace = true }
doctest = false

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
2 changes: 1 addition & 1 deletion citadel_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_sdk"
version = "0.9.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
description = "High-level library to build applications on the Citadel Protocol"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion citadel_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_types"
version = "0.8.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
description = "Types for the citadel protocol"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions citadel_user/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_user"
version = "0.9.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
description = "User backend library for the Citadel Protocol"
edition = "2021"
Expand Down Expand Up @@ -73,4 +73,4 @@ citadel_pqcrypto = { workspace = true }
doctest = false

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
2 changes: 1 addition & 1 deletion citadel_wire/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_wire"
version = "0.9.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
description = "NAT traversal and wire support for the Citadel Protocol"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion firebase-rtdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firebase-rtdb"
version = "0.8.0"
version = "0.10.0"
authors = ["Thomas Braun <[email protected]>"]
description = "Firebase client for the Citadel Protocol"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion netbeam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 5ee8cc5

Please sign in to comment.