Skip to content

Commit 77bd1c8

Browse files
committed
annotate-snippets 0.9.1
1 parent 542e41e commit 77bd1c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
-
66

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+
713
## annotate-snippets 0.9.0 (June 28, 2020)
814

915
- Add strip code to the left and right of long lines. (#36)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "annotate-snippets"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2018"
55
authors = ["Zibi Braniecki <[email protected]>"]
66
description = "Library for building code annotations"

0 commit comments

Comments
 (0)