Bump version and specify change in README
This commit is contained in:
parent
078d9a24a7
commit
886b1c48cc
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "output_vt100"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Phuntsok Drak-pa <phundrak@phundrak.fr>"]
|
||||
edition = "2018"
|
||||
description = "Utility to activate escape codes in Windows' CMD and PowerShell"
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user