diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ec93e..9ead0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ ### Added +### Changed + +### Fixed + +# 0.1.19 + ### Changed - Added `RegistryOptions` for Registry::start/start_link/child_spec. - Added `SupervisorOptions` for Supervisor::start/start_link/child_spec. - Ability to customize the process name of the registry (use at own risk). -### Fixed - # 0.1.18 ### Added diff --git a/Cargo.toml b/Cargo.toml index a755abc..bf3c383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,9 +30,9 @@ futures-util = { version = "0.3", default-features = false, features = ["std", " tracing = { version = "0.1", default-features = false, features = ["std"] } tracing-subscriber = "0.3" -hydra-macros = { version = "0.1.18", path = "./hydra-macros" } -hydra-dashmap = { version = "0.1.18", path = "./hydra-dashmap" } -hydra = { version = "0.1.18", path = "./hydra", default-features = false } +hydra-macros = { version = "0.1.19", path = "./hydra-macros" } +hydra-dashmap = { version = "0.1.19", path = "./hydra-dashmap" } +hydra = { version = "0.1.19", path = "./hydra", default-features = false } [profile.release] lto = "fat" diff --git a/hydra-dashmap/Cargo.toml b/hydra-dashmap/Cargo.toml index f95f04b..0b94659 100644 --- a/hydra-dashmap/Cargo.toml +++ b/hydra-dashmap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydra-dashmap" -version = "0.1.18" +version = "0.1.19" edition = "2021" readme = "./README.md" license.workspace = true diff --git a/hydra-macros/Cargo.toml b/hydra-macros/Cargo.toml index 8684ab9..eda38c1 100644 --- a/hydra-macros/Cargo.toml +++ b/hydra-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydra-macros" -version = "0.1.18" +version = "0.1.19" edition = "2021" license.workspace = true repository.workspace = true diff --git a/hydra-websockets/Cargo.toml b/hydra-websockets/Cargo.toml index 2c5cd36..de37995 100644 --- a/hydra-websockets/Cargo.toml +++ b/hydra-websockets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydra-websockets" -version = "0.1.18" +version = "0.1.19" edition = "2021" readme = "./README.md" license.workspace = true diff --git a/hydra/Cargo.toml b/hydra/Cargo.toml index fb951b2..1686e5b 100644 --- a/hydra/Cargo.toml +++ b/hydra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydra" -version = "0.1.18" +version = "0.1.19" edition = "2021" readme.workspace = true license.workspace = true