# Changelog ## [0.2.0] - 2021-11-17 ### Added * `hard_refresh` to fully redraw the screen * `move_relative` to move the cursor relative to its location ### Changed * re-export `vt100::Color` to avoid requiring users to know about the internal `vt100` details (and potential version conflicts) ## [0.1.1] - 2021-11-10 ### Changed * Bumped deps and moved to 2021 edition ## [0.1.0] - 2021-03-13 ### Added * Initial release