Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Nov 24, 2024
1 parent bdaab6a commit 2a97990
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ citadel_crypt = { path = "./citadel_crypt", default-features = false, version =
citadel_pqcrypto = { path = "./citadel_pqcrypto", default-features = false, version = "0.11.0" }
citadel_proto = { path = "./citadel_proto", default-features = false, version = "0.11.0" }
citadel_logging = { path = "./citadel_logging", default-features = false, version = "0.11.0" }
citadel_io = { path = "./citadel_io", default-features = false, version = "0.10.3" }
citadel_io = { path = "./citadel_io", default-features = false, version = "0.11.0" }
citadel_types = { path = "./citadel_types", default-features = false, version = "0.11.0" }
netbeam = { path = "./netbeam", default-features = false, version = "0.11.0" }
firebase-rtdb = { path = "./firebase-rtdb", default-features = false, version = "0.11.0" }
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.11.0"
version = "0.11.1"
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.11.0"
version = "0.11.1"
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_io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_io"
version = "0.10.3"
version = "0.11.1"
authors = ["Thomas Braun <[email protected]>"]
edition = "2021"
description = "Underlying runtime for interfacing with I/O for std/wasm targets"
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.11.0"
version = "0.11.1"
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.11.0"
version = "0.11.1"
authors = ["Thomas Braun <[email protected]>"]
description = "Lower-level cryptographic library for the Citadel Protocol"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion citadel_proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_proto"
version = "0.11.0"
version = "0.11.1"
authors = ["Thomas Braun <[email protected]>"]
description = "Networking library for the Citadel Protocol"
edition = "2021"
Expand Down
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.11.0"
version = "0.11.1"
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.11.0"
version = "0.11.1"
authors = ["Thomas Braun <[email protected]>"]
description = "Types for the citadel protocol"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion citadel_user/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "citadel_user"
version = "0.11.0"
version = "0.11.1"
authors = ["Thomas Braun <[email protected]>"]
description = "User backend library for the Citadel Protocol"
edition = "2021"
Expand Down
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.11.0"
version = "0.11.1"
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.11.0"
version = "0.11.1"
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.11.0"
version = "0.11.1"
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 2a97990

Please sign in to comment.