Skip to content

Commit

Permalink
annotate-snippets 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Jun 26, 2019
1 parent 22236e5 commit e23e557
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## Unreleased

-

## annotate-snippets 0.6.0 (June 26, 2019)

- Add an option to anonymize line numbers (#3)
- Transition the crate to rust-lang org.
- Update the syntax to Rust 2018 idioms. (#4)
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "annotate-snippets"
version = "0.5.0"
version = "0.6.0"
edition = "2018"
authors = ["Zibi Braniecki <[email protected]>"]
description = "Library for building code annotations"
Expand All @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
ansi_term = { version = "0.11.0", optional = true }

[dev-dependencies]
glob = "^0.2"
glob = "^0.3"
serde_yaml = "^0.8"
serde = "^1.0"
serde_derive = "^1.0"
Expand Down

0 comments on commit e23e557

Please sign in to comment.