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

This commit is contained in:
devolutionsbot 2025-01-28 18:24:35 -05:00 committed by GitHub
parent f14f3115d4
commit e6d6e9d8a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 625 additions and 257 deletions

View file

@ -6,6 +6,18 @@ 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.2](https://github.com/Devolutions/IronRDP/compare/ironrdp-tls-v0.1.1...ironrdp-tls-v0.1.2)] - 2025-01-28
### <!-- 6 -->Documentation
- Use CDN URLs instead of the blob storage URLs for Devolutions logo (#631) ([dd249909a8](https://github.com/Devolutions/IronRDP/commit/dd249909a894004d4f728d30b3a4aa77a0f8193b))
### <!-- 7 -->Build
- Bump tokio from 1.42.0 to 1.43.0 (#650) ([ff6c6e875b](https://github.com/Devolutions/IronRDP/commit/ff6c6e875b4c2dce7ec109c3721739f86a808a31))
## [[0.1.1](https://github.com/Devolutions/IronRDP/compare/ironrdp-tls-v0.1.0...ironrdp-tls-v0.1.1)] - 2024-12-14
### Other

View file

@ -1,6 +1,6 @@
[package]
name = "ironrdp-tls"
version = "0.1.1"
version = "0.1.2"
readme = "README.md"
description = "TLS boilerplate common with most IronRDP clients"
edition.workspace = true