Skip to content

Commit

Permalink
CHANGELOG: release v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <[email protected]>
  • Loading branch information
mdlayher committed Feb 11, 2022
1 parent dd97990 commit c2c2cf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## v1.0.1

- [Bug Fix][commit](https://github.com/mdlayher/vsock/commit/99a6dccdebad21d1fa5f757d228d677ccb1412dc):
upgrade `github.com/mdlayher/socket` to handle non-blocking `connect(2)`
errors (called in `vsock.Dial`) properly by checking the `SO_ERROR` socket
option. Lock in this behavior with a new test.
- [Improvement][commit](https://github.com/mdlayher/vsock/commit/375f3bbcc363500daf367ec511638a4655471719):
downgrade the version of `golang.org/x/net` in use to support Go 1.12. We
don't need the latest version for this package.

## v1.0.0

**This is the first release of package vsock that only supports Go 1.12+.
Expand Down

0 comments on commit c2c2cf9

Please sign in to comment.