Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxxyz committed Jan 22, 2022
1 parent e29b814 commit ad75962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "os_display"
version = "0.1.2"
version = "0.1.3"
authors = ["Jan Verbeek <[email protected]>"]
description = "Display strings in a safe platform-appropriate way"
keywords = ["shell", "cli", "terminal", "text", "no_std"]
Expand Down

0 comments on commit ad75962

Please sign in to comment.