Skip to content

Commit dd3a5ca

Browse files
committed
annotate-snippets 0.9.0
1 parent 14b3b1c commit dd3a5ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

55
-
66

7+
## annotate-snippets 0.9.0 (June 28, 2020)
8+
9+
- Add strip code to the left and right of long lines. (#36)
10+
711
## annotate-snippets 0.8.0 (April 14, 2020)
812

913
- Replace `ansi_term` with `yansi-term` for improved performance. (#30)

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.8.0"
3+
version = "0.9.0"
44
edition = "2018"
55
authors = ["Zibi Braniecki <[email protected]>"]
66
description = "Library for building code annotations"

0 commit comments

Comments
 (0)