mirror of
https://github.com/supleed2/sv-filelist-parser.git
synced 2024-12-22 13:25:49 +00:00
Bump version to 0.1.2
This commit is contained in:
parent
9d90e78644
commit
5903f2b340
|
@ -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<Path>`
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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)",
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "verilog-filelist-parser"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Raamakrishnan <raamakrishnan1997@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue