We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42b946 commit da93915Copy full SHA for da93915
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
- …
6
7
+## annotate-snippets 0.8.0 (April 14, 2020)
8
+
9
+ - Replace `ansi_term` with `yansi-term` for improved performance. (#30)
10
+ - Turn `Snippet` and `Slice` to work on borrowed slices, rather than Strings. (#32)
11
+ - Fix `\r\n` end of lines. (#29)
12
13
## annotate-snippets 0.7.0 (March 30, 2020)
14
15
- Refactor API to use `fmt::Display` (#27)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "annotate-snippets"
3
-version = "0.7.0"
+version = "0.8.0"
edition = "2018"
authors = ["Zibi Braniecki <[email protected]>"]
description = "Library for building code annotations"
0 commit comments