Skip to content

Commit 0664c58

Browse files
committed
Bump 0.2.0 to reflect semver-incompatible change
As mentioned in #17, #11 among other things changed the public API in a way that causes failures to build. Thus those changes should be released under the `0.2.0` version to not break existing or new projects that don't lock the version to `0.1.1`. To close #17, and stop churn for the ecosystem `0.1.2` would need to be yanked as well.
1 parent 446fdef commit 0664c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strip-ansi-escapes"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Ted Mielczarek <[email protected]>"]
55
license = "Apache-2.0/MIT"
66
description = "Strip ANSI escape sequences from byte streams."

0 commit comments

Comments
 (0)