We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542e41e commit 77bd1c8Copy full SHA for 77bd1c8
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
- …
6
7
+## annotate-snippets 0.9.1 (September 4, 2021)
8
+
9
+ - Fix character split when strip code. (#37)
10
+ - Fix off by one error in multiline highlighting. (#42)
11
+ - Fix display of annotation for double width characters. (#46)
12
13
## annotate-snippets 0.9.0 (June 28, 2020)
14
15
- Add strip code to the left and right of long lines. (#36)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "annotate-snippets"
3
-version = "0.9.0"
+version = "0.9.1"
edition = "2018"
authors = ["Zibi Braniecki <[email protected]>"]
description = "Library for building code annotations"
0 commit comments