Skip to content

Commit b4e8430

Browse files
committed
Bump version for release.
1 parent 22c3e40 commit b4e8430

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
### Fixed
88

9+
# 0.1.28
10+
11+
### Changed
12+
- Updated to the latest release of `dashmap` that fixes a deadlock.
13+
914
# 0.1.27
1015

1116
### Changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ tracing = { version = "0.1", default-features = false, features = ["std"] }
3232
tracing-subscriber = "0.3"
3333
dashmap = "6.0.1"
3434

35-
hydra-macros = { version = "0.1.27", path = "./hydra-macros" }
36-
hydra = { version = "0.1.27", path = "./hydra", default-features = false }
35+
hydra-macros = { version = "0.1.28", path = "./hydra-macros" }
36+
hydra = { version = "0.1.28", path = "./hydra", default-features = false }
3737

3838
[profile.release]
3939
lto = "fat"

hydra-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydra-macros"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true

hydra-websockets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydra-websockets"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
edition = "2021"
55
readme = "./README.md"
66
license.workspace = true

hydra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydra"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
edition = "2021"
55
readme.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)