diff --git a/CHANGELOG.md b/CHANGELOG.md index 55bf8dc..0bc1027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# master +# Version 0.1.6 * Add `ReportCursorPosition` sequence * Add `EnableMouseEvents`, `DisableMouseEvents` sequences diff --git a/anes/Cargo.toml b/anes/Cargo.toml index 4fd3624..6d58f88 100644 --- a/anes/Cargo.toml +++ b/anes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anes" -version = "0.1.5" +version = "0.1.6" authors = ["Robert Vojta "] edition = "2018" description = "ANSI Escape Sequences provider & parser"