Skip to content

Commit 1d40980

Browse files
chore: release (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d44c3ca commit 1d40980

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

libvnc-sys/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.5](https://github.com/Chiichen/libvnc-rs/compare/libvnc-sys-v0.1.4...libvnc-sys-v0.1.5) - 2024-11-30
11+
12+
### Other
13+
14+
- remove libvncserver/compile_commands.json in post build

libvnc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libvnc-sys"
33
authors = ["Chiichen <chiichen@qq.com>"]
4-
version = "0.1.4"
4+
version = "0.1.5"
55
edition = "2021"
66
keywords = ["vnc", "libvnc", "vncserver", "binding"]
77
license = "LGPL-3.0-only"

libvnc/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.4](https://github.com/Chiichen/libvnc-rs/compare/libvnc-v0.1.3...libvnc-v0.1.4) - 2024-11-30
11+
12+
### Other
13+
14+
- remove libvncserver/compile_commands.json in post build

libvnc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libvnc"
33
authors = ["Chiichen <chiichen@qq.com>"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55
edition = "2021"
66
keywords = ["vnc", "libvnc", "vncserver", "rfb"]
77
license = "LGPL-3.0-only"
@@ -10,7 +10,7 @@ description = "libvncserver(client) bindings for Rust. VNC is a set of programs
1010
repository = "https://github.com/Chiichen/libvnc-rs/tree/master/libvnc"
1111
homepage = "https://github.com/Chiichen/libvnc-rs"
1212
[dependencies]
13-
libvnc-sys = { path = "../libvnc-sys", version = "0.1.4" }
13+
libvnc-sys = { path = "../libvnc-sys", version = "0.1.5" }
1414
log = "0.4.21"
1515

1616
[dev-dependencies]

0 commit comments

Comments
 (0)