Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed May 3, 2024
1 parent 9cd5b1b commit 1941698
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.9.0 - 2024-04-03

### General

Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.8.0"
version = "0.9.0"
authors = ["Joakim Frostegård <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -28,17 +28,17 @@ readme = "./README.md"
rust-version = "1.64"

[workspace.dependencies]
aquatic_common = { version = "0.8.0", path = "./crates/common" }
aquatic_http_protocol = { version = "0.8.0", path = "./crates/http_protocol" }
aquatic_http = { version = "0.8.0", path = "./crates/http" }
aquatic_peer_id = { version = "0.8.0", path = "./crates/peer_id" }
aquatic_toml_config = { version = "0.8.0", path = "./crates/toml_config" }
aquatic_toml_config_derive = { version = "0.8.0", path = "./crates/toml_config_derive" }
aquatic_udp_protocol = { version = "0.8.0", path = "./crates/udp_protocol" }
aquatic_udp = { version = "0.8.0", path = "./crates/udp" }
aquatic_udp_load_test = { version = "0.8.0", path = "./crates/udp_load_test" }
aquatic_ws_protocol = { version = "0.8.0", path = "./crates/ws_protocol" }
aquatic_ws = { version = "0.8.0", path = "./crates/ws" }
aquatic_common = { version = "0.9.0", path = "./crates/common" }
aquatic_http_protocol = { version = "0.9.0", path = "./crates/http_protocol" }
aquatic_http = { version = "0.9.0", path = "./crates/http" }
aquatic_peer_id = { version = "0.9.0", path = "./crates/peer_id" }
aquatic_toml_config = { version = "0.9.0", path = "./crates/toml_config" }
aquatic_toml_config_derive = { version = "0.9.0", path = "./crates/toml_config_derive" }
aquatic_udp_protocol = { version = "0.9.0", path = "./crates/udp_protocol" }
aquatic_udp = { version = "0.9.0", path = "./crates/udp" }
aquatic_udp_load_test = { version = "0.9.0", path = "./crates/udp_load_test" }
aquatic_ws_protocol = { version = "0.9.0", path = "./crates/ws_protocol" }
aquatic_ws = { version = "0.9.0", path = "./crates/ws" }

[profile.release]
debug = false
Expand Down

0 comments on commit 1941698

Please sign in to comment.