From eaa7d7f7e7b686f2e9be1963c683f997e96a1e6d Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Sat, 22 Jul 2023 23:02:04 +0200 Subject: [PATCH] Bump version for 0.49 release (#49) Should include the more friendly API breakage from #47 Still a breaking change compared to 0.47 based on #40 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f282247..ecf0cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" rust-version = "1.62.1" license = "MIT" name = "nu-ansi-term" -version = "0.48.0" +version = "0.49.0" repository = "https://github.com/nushell/nu-ansi-term" [lib] diff --git a/README.md b/README.md index cab3ba5..29699d9 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ This crate works with [Cargo](http://crates.io). Add the following to your `Carg ```toml [dependencies] -nu-ansi-term = "0.47" +nu-ansi-term = "0.49" # optional gnu-legacy mode to have two digit instead of one digit styles -nu-ansi-term = { version="0.47", features=["gnu_legacy"] } +nu-ansi-term = { version="0.49", features=["gnu_legacy"] } ``` ## Basic usage