Skip to content

Commit

Permalink
Update docs version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Jun 19, 2019
1 parent f9c646a commit 3704707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

## v0.2.0 (June 18, 2019)
- Distinguish root and non-root modules (#6)(https://github.com/TedDriggs/syn-inline-mod/pull/6)

## v0.1.1 (February 13, 2019)
- Preserve inner attributes from files on inlining (#1)[https://github.com/TedDriggs/syn-inline-mod/issues/1]
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.0"
authors = ["Ted Driggs <tdriggs@outlook.com>"]
edition = "2018"
repository = "https://github.com/TedDriggs/syn-inline-mod"
documentation = "https://docs.rs/syn-inline-mod/0.1.1"
documentation = "https://docs.rs/syn-inline-mod/0.2.0"
license = "MIT"
readme = "README.md"
description = "Inlines modules in Rust source code for source analysis"
Expand Down

0 comments on commit 3704707

Please sign in to comment.