# 0.1.3
* add support for new targets arm-unknown-linux-gnueabihf and armv7-unknown-linux-gnueabihf [@wimh](https://github.com/softprops/termsize/pull/3)
# 0.1.2
* replaced hardcoded per-platform constants for TIOCGWINSZ with the one defined in libc [@antiagainst](https://github.com/softprops/termsize/pull/4)
# 0.1.1
* fixed broken windows support (added automated testing)
# 0.1.0
* initial release