Skip to content

Commit ccdec5d

Browse files
committed
Bump version to 0.19.0
1 parent caf0c6b commit ccdec5d

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## 0.19.0 - 2020-04-27
810
### Added
911
- Add `flist` scripts target emitting a plain file list.
12+
1013
### Changed
1114
- `script` now inserts Tcl `catch` statements for `synopsys` and `vsim` to abort elaboration on the first error. This can be disabled with the new `--no-abort-on-error` flag.
1215

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bender"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = ["Fabian Schuiki <fschuiki@iis.ee.ethz.ch>", "Andreas Kurth <akurth@iis.ee.ethz.ch>"]
55
repository = "https://github.com/fabianschuiki/bender"
66
description = "A dependency management tool for hardware projects."

0 commit comments

Comments
 (0)