Skip to content

Commit

Permalink
chore: release (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 30, 2024
1 parent d44c3ca commit 1d40980
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
14 changes: 14 additions & 0 deletions libvnc-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion libvnc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libvnc-sys"
authors = ["Chiichen <[email protected]>"]
version = "0.1.4"
version = "0.1.5"
edition = "2021"
keywords = ["vnc", "libvnc", "vncserver", "binding"]
license = "LGPL-3.0-only"
Expand Down
14 changes: 14 additions & 0 deletions libvnc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions libvnc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libvnc"
authors = ["Chiichen <[email protected]>"]
version = "0.1.3"
version = "0.1.4"
edition = "2021"
keywords = ["vnc", "libvnc", "vncserver", "rfb"]
license = "LGPL-3.0-only"
Expand All @@ -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]
Expand Down

0 comments on commit 1d40980

Please sign in to comment.