Sourced from terminal_size's releases.
v0.3.0
What's Changed
- Check all streams (out/err/in) to find one that has a tty and size by
@eminence
in eminence/terminal-size#58
- Note that this is a subtle change in behavior, since the
terminal_size()
function will now return success in cases more cases than before- Update to rustix 0.38 by
@chenx97
in eminence/terminal-size#57
- This change bumps the MSRV from 1.48.0 to 1.63.0
Full Changelog: https://github.com/eminence/terminal-size/compare/v0.2.6...v0.3.0
2983b7b
Release v0.3.027a4459
Merge pull request #57
from chenx97/rustix-0.38c24c1c3
Bump MSRV to 1.63.078e13c7
Update to rustix 0.3818c58b1
Merge pull request #58
from eminence/check_all_streams08f0e73
Check all streams (out/err/in) to find one that has a tty and size