diff --git a/libvnc-sys/CHANGELOG.md b/libvnc-sys/CHANGELOG.md new file mode 100644 index 0000000..bd8a049 --- /dev/null +++ b/libvnc-sys/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.5](https://github.com/Chiichen/libvnc-rs/compare/libvnc-sys-v0.1.4...libvnc-sys-v0.1.5) - 2024-11-30 + +### Other + +- remove libvncserver/compile_commands.json in post build diff --git a/libvnc-sys/Cargo.toml b/libvnc-sys/Cargo.toml index b857b9a..d81a4f5 100644 --- a/libvnc-sys/Cargo.toml +++ b/libvnc-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvnc-sys" authors = ["Chiichen "] -version = "0.1.4" +version = "0.1.5" edition = "2021" keywords = ["vnc", "libvnc", "vncserver", "binding"] license = "LGPL-3.0-only" diff --git a/libvnc/CHANGELOG.md b/libvnc/CHANGELOG.md new file mode 100644 index 0000000..f36e956 --- /dev/null +++ b/libvnc/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.4](https://github.com/Chiichen/libvnc-rs/compare/libvnc-v0.1.3...libvnc-v0.1.4) - 2024-11-30 + +### Other + +- remove libvncserver/compile_commands.json in post build diff --git a/libvnc/Cargo.toml b/libvnc/Cargo.toml index 15b350e..571a0ea 100644 --- a/libvnc/Cargo.toml +++ b/libvnc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvnc" authors = ["Chiichen "] -version = "0.1.3" +version = "0.1.4" 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.4" } +libvnc-sys = { path = "../libvnc-sys", version = "0.1.5" } log = "0.4.21" [dev-dependencies]