Skip to content

Commit bc504bc

Browse files
committed
annotate-snippets 0.9.2
1 parent 160ef45 commit bc504bc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

55
-
66

7+
## annotate-snippets 0.9.2 (October 30, 2023)
8+
9+
- Remove parsing of __ in title strings, fixes (#53)
10+
- Origin line number is not correct when using a slice with fold: true (#52)
11+
712
## annotate-snippets 0.9.1 (September 4, 2021)
813

914
- Fix character split when strip code. (#37)

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.1"
3+
version = "0.9.2"
44
edition = "2018"
55
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
66
description = "Library for building code annotations"

0 commit comments

Comments
 (0)