diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d3f75..5aee6a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.1.3 (unreleased) +## v0.1.3 (2021-01-22) - Add `Quoted::external()` to escape double quotes for native commands on Windows. - Quote `U+2800 BRAILLE PATTERN BLANK` for clarity. diff --git a/Cargo.toml b/Cargo.toml index 10d0980..194ae43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os_display" -version = "0.1.2" +version = "0.1.3" authors = ["Jan Verbeek "] description = "Display strings in a safe platform-appropriate way" keywords = ["shell", "cli", "terminal", "text", "no_std"]