chore(release): prepare for publishing (#611)

This commit is contained in:
devolutionsbot 2024-12-14 09:32:28 -05:00 committed by GitHub
parent bf26d6c108
commit 97ef9f0acb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 491 additions and 231 deletions

View file

@ -0,0 +1,13 @@
# 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).
## [[0.1.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-input-v0.1.0...ironrdp-input-v0.1.1)] - 2024-12-14
### Other
- Symlinks to license files in packages ([#604](https://github.com/Devolutions/IronRDP/pull/604)) ([6c2de344c2](https://github.com/Devolutions/IronRDP/commit/6c2de344c2dd93ce9621834e0497ed7c3bfaf91a))

View file

@ -1,6 +1,6 @@
[package]
name = "ironrdp-input"
version = "0.1.0"
version = "0.1.1"
readme = "README.md"
description = "Utilities to manage and build RDP input packets"
edition.workspace = true