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