Breaking changes
The big change in this release is the API change in #66:
- If you were using the
terminal_size_using_fd
orterminal_size_using_handle
functions, these are now deprecated and unsafe. Instead you should use theterminal_size_of
function, which does the same thing but is safer.
What's Changed
- Add
rust-version
in Cargo.toml by @cgwalters in #60 - Update
windows-sys
to 0.52 by @barrbrain in #62 - Update windows-sys to 0.59 by @eminence in #67
- Update the API for I/O safety by @sunfishcode in #66
- Fix typo, link to docs, update docs by @waywardmonkeys in #63
- Update CI: Use current actions, remove unused build step by @waywardmonkeys in #64
New Contributors
- @cgwalters made their first contribution in #60
- @barrbrain made their first contribution in #62
- @waywardmonkeys made their first contribution in #63
Full Changelog: v0.3.0...v0.4.0