Sourced from terminal_size's releases.
v0.4.0
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 eminence/terminal-size#60- Update
windows-sys
to 0.52 by@barrbrain
in eminence/terminal-size#62- Update windows-sys to 0.59 by
@eminence
in eminence/terminal-size#67- Update the API for I/O safety by
@sunfishcode
in eminence/terminal-size#66- Fix typo, link to docs, update docs by
@waywardmonkeys
in eminence/terminal-size#63- Update CI: Use current actions, remove unused build step by
@waywardmonkeys
in eminence/terminal-size#64New Contributors
@cgwalters
made their first contribution in eminence/terminal-size#60@barrbrain
made their first contribution in eminence/terminal-size#62@waywardmonkeys
made their first contribution in eminence/terminal-size#63Full Changelog: https://github.com/eminence/terminal-size/compare/v0.3.0...v0.4.0
f6b81b5
Bump to version 0.4.05cbc616
Merge pull request #64
from waywardmonkeys/update-ci68ceb8d
Merge pull request #63
from waywardmonkeys/fix-typo5307747
Merge pull request #66
from sunfishcode/maina29b904
Mark terminal_size_using_handle
as unsafe too.ea92388
Mark terminal_size_using_fd
as unsafe.78e81fa
Merge pull request #67
from eminence/windows-sysc69ff4e
Update windows-sys to 0.5976b0cae
Merge pull request #62
from barrbrain/windows-sys56334c3
Update the API for I/O safety