We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cbdf1 commit cb9f9a9Copy full SHA for cb9f9a9
1 file changed
CHANGELOG.md
@@ -1,11 +1,16 @@
1
-Unreleased
2
-==========
+0.4.1 (2021-04-25)
+==================
3
4
## Changed:
5
-
+
6
+ * Updated `ansi-parser` dependency to `0.8.0`.
7
* ANSI sequence support now requires the `ansi` feature which is on by default.
8
* Fields of the `style::color::Rgb` struct are now public.
9
10
+## Fixed:
11
12
+ * The `ansi` feature can now be used in `no_std` environments.
13
14
0.4.0 (2020-11-26)
15
==================
16
0 commit comments