Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160ef45 commit bc504bcCopy full SHA for bc504bc
CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
- …
6
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
12
## annotate-snippets 0.9.1 (September 4, 2021)
13
14
- Fix character split when strip code. (#37)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "annotate-snippets"
3
-version = "0.9.1"
+version = "0.9.2"
edition = "2018"
authors = ["Zibi Braniecki <[email protected]>"]
description = "Library for building code annotations"
0 commit comments