From 8e65713a21a60e1b6afccf650456044a5e7c68fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 13:45:35 +0000 Subject: [PATCH] chore: release --- libvnc-sys/CHANGELOG.md | 6 ++++++ libvnc-sys/Cargo.toml | 2 +- libvnc/CHANGELOG.md | 6 ++++++ libvnc/Cargo.toml | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/libvnc-sys/CHANGELOG.md b/libvnc-sys/CHANGELOG.md index bd8a049..f815d5f 100644 --- a/libvnc-sys/CHANGELOG.md +++ b/libvnc-sys/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.6](https://github.com/chiichen/libvnc-rs/compare/libvnc-sys-v0.1.5...libvnc-sys-v0.1.6) - 2025-11-22 + +### Other + +- *(deps)* update bindgen requirement in /libvnc-sys ([#34](https://github.com/chiichen/libvnc-rs/pull/34)) + ## [0.1.5](https://github.com/Chiichen/libvnc-rs/compare/libvnc-sys-v0.1.4...libvnc-sys-v0.1.5) - 2024-11-30 ### Other diff --git a/libvnc-sys/Cargo.toml b/libvnc-sys/Cargo.toml index bbf338f..1e4ee9c 100644 --- a/libvnc-sys/Cargo.toml +++ b/libvnc-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvnc-sys" authors = ["Chiichen "] -version = "0.1.5" +version = "0.1.6" edition = "2021" keywords = ["vnc", "libvnc", "vncserver", "binding"] license = "LGPL-3.0-only" diff --git a/libvnc/CHANGELOG.md b/libvnc/CHANGELOG.md index f36e956..4a648a7 100644 --- a/libvnc/CHANGELOG.md +++ b/libvnc/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5](https://github.com/chiichen/libvnc-rs/compare/libvnc-v0.1.4...libvnc-v0.1.5) - 2025-11-22 + +### Other + +- *(deps)* update bindgen requirement in /libvnc-sys ([#34](https://github.com/chiichen/libvnc-rs/pull/34)) + ## [0.1.4](https://github.com/Chiichen/libvnc-rs/compare/libvnc-v0.1.3...libvnc-v0.1.4) - 2024-11-30 ### Other diff --git a/libvnc/Cargo.toml b/libvnc/Cargo.toml index 571a0ea..249e19e 100644 --- a/libvnc/Cargo.toml +++ b/libvnc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvnc" authors = ["Chiichen "] -version = "0.1.4" +version = "0.1.5" edition = "2021" keywords = ["vnc", "libvnc", "vncserver", "rfb"] license = "LGPL-3.0-only" @@ -10,7 +10,7 @@ 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] -libvnc-sys = { path = "../libvnc-sys", version = "0.1.5" } +libvnc-sys = { path = "../libvnc-sys", version = "0.1.6" } log = "0.4.21" [dev-dependencies]