Skip to content

Commit 4612c23

Browse files
authored
Merge pull request #5 from davehorner/release-plz-2025-03-03T14-07-52Z
chore: release v0.1.3
2 parents fb0e4b7 + cb67e54 commit 4612c23

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3](https://github.com/davehorner/jetkvm_control/compare/v0.1.2...v0.1.3) - 2025-03-03
11+
12+
### Other
13+
14+
- *(deps)* switch webrtc dependency to crates.io registry
15+
1016
## [0.1.2](https://github.com/davehorner/jetkvm_control/compare/v0.1.1...v0.1.2) - 2025-03-03
1117

1218
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A control client for JetKVM over WebRTC."
44
license = "MIT"
55
repository = "https://github.com/davehorner/jetkvm_control"
66
homepage = "https://github.com/davehorner/jetkvm_control"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
edition = "2021"
99
authors = ["David Horner"]
1010

0 commit comments

Comments
 (0)