Skip to content

Commit

Permalink
annotate-snippets 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Apr 14, 2020
1 parent b42b946 commit da93915
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

-

## annotate-snippets 0.8.0 (April 14, 2020)

- Replace `ansi_term` with `yansi-term` for improved performance. (#30)
- Turn `Snippet` and `Slice` to work on borrowed slices, rather than Strings. (#32)
- Fix `\r\n` end of lines. (#29)

## annotate-snippets 0.7.0 (March 30, 2020)

- Refactor API to use `fmt::Display` (#27)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "annotate-snippets"
version = "0.7.0"
version = "0.8.0"
edition = "2018"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
description = "Library for building code annotations"
Expand Down

0 comments on commit da93915

Please sign in to comment.