We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b3b1c commit dd3a5caCopy full SHA for dd3a5ca
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
- …
6
7
+## annotate-snippets 0.9.0 (June 28, 2020)
8
+
9
+ - Add strip code to the left and right of long lines. (#36)
10
11
## annotate-snippets 0.8.0 (April 14, 2020)
12
13
- Replace `ansi_term` with `yansi-term` for improved performance. (#30)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "annotate-snippets"
3
-version = "0.8.0"
+version = "0.9.0"
edition = "2018"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
description = "Library for building code annotations"
0 commit comments