Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzxporter committed May 29, 2024
1 parent bcc26e3 commit 21f7c77
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hydra-dashmap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydra-dashmap"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
readme = "./README.md"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hydra-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydra-macros"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hydra-websockets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydra-websockets"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
readme = "./README.md"
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hydra/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydra"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
readme.workspace = true
license.workspace = true
Expand Down

0 comments on commit 21f7c77

Please sign in to comment.