From 2d0c146c836eb52391aa8d8cc25213399987fa8d Mon Sep 17 00:00:00 2001 From: Ross Younger Date: Wed, 27 Nov 2024 22:36:03 +1300 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5905ca..5140125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/crazyscot/qcp/compare/v0.1.2...v0.1.3) + +### 🐛 Bug Fixes + +- *(deps)* Bump rustls from 0.23.16 to 0.23.18 ([#15](https://github.com/crazyscot/qcp/pull/15)) - ([e333abc](https://github.com/crazyscot/qcp/commit/e333abc230528f2172cc2bf9605c5a5b2357d9fc)) + +### 📚 Documentation + +- Add note about build prerequisite - ([6b176c9](https://github.com/crazyscot/qcp/commit/6b176c990d7b29d2dc5af623e3f430c2ee1bdc85)) + +### ⚙️ Miscellaneous Tasks + +- *(build)* Fix autopublish of Debian packages - ([74b3ea6](https://github.com/crazyscot/qcp/commit/74b3ea6a7be2da3093d4a75a1e92b29946d203ad)) + + ## [0.1.2](https://github.com/crazyscot/qcp/compare/v0.1.1...v0.1.2) ### 📚 Documentation diff --git a/Cargo.lock b/Cargo.lock index e35733e..42fee71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,7 +650,7 @@ dependencies = [ [[package]] name = "qcp" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c92cc3a..cec2857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "qcp" description = "Secure remote file copy utility which uses the QUIC protocol over UDP" rust-version = "1.81.0" resolver = "2" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Ross Younger "] license = "AGPL-3.0-or-later"