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 Jun 11, 2024
1 parent e34e4bf commit dd0cb67
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
@@ -1,13 +1,17 @@
# Unreleased

### Added
- Process::info to get debug information on a specific local process.
- ConsoleServer, enabled using the `console` feature which enables a remote debug api for gathering debug information in realtime.

### Changed

### Fixed

# 0.1.26

### Added
- Process::info to get debug information on a specific local process.
- ConsoleServer, enabled using the `console` feature which enables a remote debug api for gathering debug information in realtime.

# 0.1.25

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,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.25", path = "./hydra-macros" }
hydra-dashmap = { version = "0.1.25", path = "./hydra-dashmap" }
hydra = { version = "0.1.25", path = "./hydra", default-features = false }
hydra-macros = { version = "0.1.26", path = "./hydra-macros" }
hydra-dashmap = { version = "0.1.26", path = "./hydra-dashmap" }
hydra = { version = "0.1.26", 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.25"
version = "0.1.26"
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.25"
version = "0.1.26"
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.25"
version = "0.1.26"
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.25"
version = "0.1.26"
edition = "2021"
readme.workspace = true
license.workspace = true
Expand Down

0 comments on commit dd0cb67

Please sign in to comment.