Skip to content

Commit da93915

Browse files
committed
annotate-snippets 0.8.0
1 parent b42b946 commit da93915

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.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+
713
## annotate-snippets 0.7.0 (March 30, 2020)
814

915
- Refactor API to use `fmt::Display` (#27)

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

0 commit comments

Comments
 (0)