From 5903f2b340e05e615ead4ceb2d2515cc816abfab Mon Sep 17 00:00:00 2001 From: Raamakrishnan Date: Thu, 20 Feb 2020 21:50:42 +0530 Subject: [PATCH] Bump version to 0.1.2 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fad6601..3fb9417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2020-02-20 +### Fixed +- Empty lines will be ignored (PR #1) + ## [0.1.1] - 2020-02-07 ### Changed - Argument to `parse_file` is changed to `AsRef` diff --git a/Cargo.lock b/Cargo.lock index 2cdc8e9..a2bc016 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "verilog-filelist-parser" -version = "0.1.1" +version = "0.1.2" dependencies = [ "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 8ace95a..27f7844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verilog-filelist-parser" -version = "0.1.1" +version = "0.1.2" authors = ["Raamakrishnan "] edition = "2018" license = "MIT"