File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## Unreleased
4
+
5
+ - …
6
+
7
+ ## annotate-snippets 0.6.0 (June 26, 2019)
8
+
9
+ - Add an option to anonymize line numbers (#3 )
10
+ - Transition the crate to rust-lang org.
11
+ - Update the syntax to Rust 2018 idioms. (#4 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " annotate-snippets"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
edition = " 2018"
5
5
authors = [" Zibi Braniecki <gandalf@mozilla.com>" ]
6
6
description = " Library for building code annotations"
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
19
19
ansi_term = { version = " 0.11.0" , optional = true }
20
20
21
21
[dev-dependencies ]
22
- glob = " ^0.2 "
22
+ glob = " ^0.3 "
23
23
serde_yaml = " ^0.8"
24
24
serde = " ^1.0"
25
25
serde_derive = " ^1.0"
You can’t perform that action at this time.
0 commit comments