Bump version to v0.1.1

This commit is contained in:
Raamakrishnan 2020-02-07 21:36:28 +05:30
parent abda8754a6
commit 328cb9203e
3 changed files with 4 additions and 2 deletions

View file

@ -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<Path>`

2
Cargo.lock generated
View file

@ -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)",
]

View file

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