From 886b1c48cc027517fbb85378db673f4d2a8943bf Mon Sep 17 00:00:00 2001 From: nbouteme Date: Thu, 21 Feb 2019 11:12:04 +0100 Subject: [PATCH] Bump version and specify change in README --- Cargo.toml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 889c504..350180d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "output_vt100" -version = "0.1.1" +version = "0.1.2" authors = ["Phuntsok Drak-pa "] edition = "2018" description = "Utility to activate escape codes in Windows' CMD and PowerShell" diff --git a/README.md b/README.md index 50fad0b..5060ee2 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ fn main() { } ``` +Not that init panics on error, if you do not wish to panic, use +`output_vt100::try_init` which returns a `Result<(), ()>` + # Acknowledgements A big thank you to [nbouteme](https://github.com/nbouteme) who helped me a lot during the development of this create.