diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ef915..1a9aea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.1.2 (unreleased) +## v0.1.2 (2021-11-08) - Escape dangerous control codes for bidirectional text. See also: [CVE-2021-42574](https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html). ## v0.1.1 (2021-10-14) diff --git a/Cargo.toml b/Cargo.toml index 5bc8c4c..10d0980 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os_display" -version = "0.1.1" +version = "0.1.2" authors = ["Jan Verbeek "] description = "Display strings in a safe platform-appropriate way" keywords = ["shell", "cli", "terminal", "text", "no_std"]