Skip to content

Commit

Permalink
annotate-snippets 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Sep 4, 2021
1 parent 542e41e commit 77bd1c8
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.9.1 (September 4, 2021)

- Fix character split when strip code. (#37)
- Fix off by one error in multiline highlighting. (#42)
- Fix display of annotation for double width characters. (#46)

## annotate-snippets 0.9.0 (June 28, 2020)

- Add strip code to the left and right of long lines. (#36)
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.9.0"
version = "0.9.1"
edition = "2018"
authors = ["Zibi Braniecki <[email protected]>"]
description = "Library for building code annotations"
Expand Down

0 comments on commit 77bd1c8

Please sign in to comment.