Skip to content

Commit e23e557

Browse files
committed
annotate-snippets 0.6.0
1 parent 22236e5 commit e23e557

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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)

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "annotate-snippets"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2018"
55
authors = ["Zibi Braniecki <[email protected]>"]
66
description = "Library for building code annotations"
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
1919
ansi_term = { version = "0.11.0", optional = true }
2020

2121
[dev-dependencies]
22-
glob = "^0.2"
22+
glob = "^0.3"
2323
serde_yaml = "^0.8"
2424
serde = "^1.0"
2525
serde_derive = "^1.0"

0 commit comments

Comments
 (0)