Skip to content

Commit

Permalink
chore: update CHANGELOG for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdonnelly committed Aug 15, 2024
1 parent fd3e77c commit 1d15f7d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1d15f7d

Please sign in to comment.