diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed7cd6..fad6601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.1] - 2020-02-07 ### Changed - Argument to `parse_file` is changed to `AsRef` diff --git a/Cargo.lock b/Cargo.lock index 191d529..2cdc8e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "verilog-filelist-parser" -version = "0.1.0" +version = "0.1.1" dependencies = [ "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index b722851..8ace95a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verilog-filelist-parser" -version = "0.1.0" +version = "0.1.1" authors = ["Raamakrishnan "] edition = "2018" license = "MIT"