Skip to content

Commit

Permalink
chore: release (#9)
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 Sep 8, 2024
1 parent a7e0601 commit ae93c0e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 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-09-08

### Other

- specify the version of libvnc-sys in libvnc to major version 0.1
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-09-08

### Other

- specify the version of libvnc-sys in libvnc to major version 0.1
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit ae93c0e

Please sign in to comment.