Skip to content

Commit

Permalink
chore: release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 23, 2025
1 parent 272bb75 commit c6b3a6c
Show file tree
Hide file tree
Showing 7 changed files with 29 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.4"
version = "0.2.5"
edition = "2021"
rust-version = "1.83.0"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5](https://github.com/nasa42/webterm/compare/webterm-agent-v0.2.4...webterm-agent-v0.2.5) - 2025-02-23

### Other

- Add self-hosting deployment docs. (#120)
- Bump the non-major group with 3 updates (#107)

## [0.2.4](https://github.com/nasa42/webterm/compare/webterm-agent-v0.2.3...webterm-agent-v0.2.4) - 2025-02-09

### Added
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 = { version = "0.26.1", features = ["native-tls"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
url = "2.5.4"
webterm-core = { path = "../core", version = "0.2.4" }
webterm-core = { path = "../core", version = "0.2.5" }

[lints.clippy]
new_without_default = "allow"
6 changes: 6 additions & 0 deletions core/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.5](https://github.com/nasa42/webterm/compare/webterm-core-v0.2.4...webterm-core-v0.2.5) - 2025-02-23

### Other

- Bump the non-major group with 3 updates (#107)

## [0.2.4](https://github.com/nasa42/webterm/compare/webterm-core-v0.2.3...webterm-core-v0.2.4) - 2025-02-09

### Other
Expand Down
10 changes: 10 additions & 0 deletions relay/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5](https://github.com/nasa42/webterm/compare/webterm-relay-v0.2.4...webterm-relay-v0.2.5) - 2025-02-23

### Fixed

- *(relay)* Remove reference to the Agent from Relay after it is disconnected. (#121)

### Other

- Bump the non-major group with 3 updates (#107)

## [0.2.4](https://github.com/nasa42/webterm/compare/webterm-relay-v0.2.3...webterm-relay-v0.2.4) - 2025-02-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio = { version = "1.43.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.4" }
webterm-core = { path = "../core", version = "0.2.5" }

[lints.clippy]
new_without_default = "allow"

0 comments on commit c6b3a6c

Please sign in to comment.