Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions libvnc-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

<<<<<<< Updated upstream
=======
## [0.1.7](https://github.com/chiichen/libvnc-rs/compare/libvnc-sys-v0.1.6...libvnc-sys-v0.1.7) - 2026-01-07

### Other

- *(deps)* bump libvnc-sys/libvncserver from `23d7ef6` to `9e1d879` ([#47](https://github.com/chiichen/libvnc-rs/pull/47))

## [0.1.6](https://github.com/chiichen/libvnc-rs/compare/libvnc-sys-v0.1.5...libvnc-sys-v0.1.6) - 2025-11-22

### Other

- skip clippy check for windows target

>>>>>>> Stashed changes
## [0.1.5](https://github.com/Chiichen/libvnc-rs/compare/libvnc-sys-v0.1.4...libvnc-sys-v0.1.5) - 2024-11-30

### Other
Expand Down
4 changes: 4 additions & 0 deletions libvnc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "libvnc-sys"
authors = ["Chiichen <chiichen@qq.com>"]
<<<<<<< Updated upstream
version = "0.1.5"
=======
version = "0.1.7"
>>>>>>> Stashed changes
edition = "2021"
keywords = ["vnc", "libvnc", "vncserver", "binding"]
license = "LGPL-3.0-only"
Expand Down
15 changes: 15 additions & 0 deletions libvnc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

<<<<<<< Updated upstream
=======
## [0.1.6](https://github.com/chiichen/libvnc-rs/compare/libvnc-v0.1.5...libvnc-v0.1.6) - 2026-01-07

### Other

- updated the following local packages: libvnc-sys

## [0.1.5](https://github.com/chiichen/libvnc-rs/compare/libvnc-v0.1.4...libvnc-v0.1.5) - 2025-11-22

### Other

- skip clippy check for windows target

>>>>>>> Stashed changes
## [0.1.4](https://github.com/Chiichen/libvnc-rs/compare/libvnc-v0.1.3...libvnc-v0.1.4) - 2024-11-30

### Other
Expand Down
8 changes: 8 additions & 0 deletions libvnc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "libvnc"
authors = ["Chiichen <chiichen@qq.com>"]
<<<<<<< Updated upstream
version = "0.1.4"
=======
version = "0.1.6"
>>>>>>> Stashed changes
edition = "2021"
keywords = ["vnc", "libvnc", "vncserver", "rfb"]
license = "LGPL-3.0-only"
Expand All @@ -10,7 +14,11 @@ description = "libvncserver(client) bindings for Rust. VNC is a set of programs
repository = "https://github.com/Chiichen/libvnc-rs/tree/master/libvnc"
homepage = "https://github.com/Chiichen/libvnc-rs"
[dependencies]
<<<<<<< Updated upstream
libvnc-sys = { path = "../libvnc-sys", version = "0.1.5" }
=======
libvnc-sys = { path = "../libvnc-sys", version = "0.1.7" }
>>>>>>> Stashed changes
log = "0.4.21"

[dev-dependencies]
Expand Down