Skip to content

Commit 91e1a7b

Browse files
committed
Bump version to 0.13.2
1 parent 83ab691 commit 91e1a7b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## Unreleased
88

9+
## 0.13.2 - 2019-07-29
10+
### Fixed
11+
- Fix capitalization of target defines such as `TARGET_SYNTHESIS`.
12+
913
## 0.13.1 - 2019-07-18
1014
### Fixed
1115
- Omit unsupported `-2008` flag for VHDL analysis commands in Synopsys scripts.

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.13.1"
3+
version = "0.13.2"
44
authors = ["Fabian Schuiki <fschuiki@iis.ee.ethz.ch>", "Andreas Kurth <akurth@iis.ee.ethz.ch>"]
55
description = "A dependency management tool for hardware projects."
66
readme = "README.md"

0 commit comments

Comments
 (0)