Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxxyz committed Nov 8, 2021
1 parent cc6d652 commit 75bc722
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.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)
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.1"
version = "0.1.2"
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 75bc722

Please sign in to comment.