Skip to content

Commit

Permalink
chore: release v0.2.2 (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 2, 2025
1 parent 5d59c99 commit 13a2427
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["agent", "core", "relay"]

[workspace.package]
version = "0.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.83.0"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio-tungstenite = "0.26.1"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
url = "2.5.4"
webterm-core = { path = "../core", version = "0.2.1" }
webterm-core = { path = "../core", version = "0.2.2" }

[lints.clippy]
new_without_default = "allow"
6 changes: 6 additions & 0 deletions relay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/nasa42/webterm/compare/webterm-relay-v0.2.1...webterm-relay-v0.2.2) - 2025-02-02

### Added

- *(relay)* Enable CORS. (#97)

## [0.2.1](https://github.com/nasa42/webterm/compare/webterm-relay-v0.2.0...webterm-relay-v0.2.1) - 2025-02-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tokio = { version = "1.42.0", features = ["full"] }
tower-http = { version = "0.6.2", features = ["trace", "cors"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
webterm-core = { path = "../core", version = "0.2.1" }
webterm-core = { path = "../core", version = "0.2.2" }

[lints.clippy]
new_without_default = "allow"

0 comments on commit 13a2427

Please sign in to comment.