Bump version to 0.1.2

This commit is contained in:
Raamakrishnan 2020-02-20 21:50:42 +05:30
parent 9d90e78644
commit 5903f2b340
3 changed files with 6 additions and 2 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.1.2] - 2020-02-20
### Fixed
- Empty lines will be ignored (PR #1)
## [0.1.1] - 2020-02-07 ## [0.1.1] - 2020-02-07
### Changed ### Changed
- Argument to `parse_file` is changed to `AsRef<Path>` - Argument to `parse_file` is changed to `AsRef<Path>`

2
Cargo.lock generated
View file

@ -44,7 +44,7 @@ dependencies = [
[[package]] [[package]]
name = "verilog-filelist-parser" name = "verilog-filelist-parser"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
] ]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "verilog-filelist-parser" name = "verilog-filelist-parser"
version = "0.1.1" version = "0.1.2"
authors = ["Raamakrishnan <raamakrishnan1997@gmail.com>"] authors = ["Raamakrishnan <raamakrishnan1997@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"