From 1d15f7dbd981519f0fd81960da5484d95121df0e Mon Sep 17 00:00:00 2001 From: Rob Donnelly Date: Thu, 15 Aug 2024 12:51:01 -0700 Subject: [PATCH] chore: update CHANGELOG for v1.0.2 --- CHANGELOG.md | 12 ++++++++++++ RELEASE.adoc | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b252b6..0296425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 No unrelease changes. +## Version 1.0.2 (2024-08-15) + +[GitHub Release page](https://github.com/rfdonnelly/vsp-router/releases/tag/v1.0.1) + +### Fixed + +- Fixed blocking on full virtual serial port (PTY) + + Previous to this fix, vsp-router would block if a virtual serial port buffer became full. + Now, vsp-router drops the data. + See [#16](https://github.com/rfdonnelly/vsp-router/pull/16) for more details. + ## Version 1.0.1 (2023-08-01) [GitHub Release page](https://github.com/rfdonnelly/vsp-router/releases/tag/v1.0.1) diff --git a/RELEASE.adoc b/RELEASE.adoc index 80c8f5f..3ad11e0 100644 --- a/RELEASE.adoc +++ b/RELEASE.adoc @@ -5,7 +5,7 @@ This project uses https://opensource.axo.dev/cargo-dist/[cargo-dist] and https:/ == Update the Changelog vim CHANGELOG.md - git add CHANGELOG + git add CHANGELOG.md git commit git push