diff --git a/CHANGELOG.md b/CHANGELOG.md index 7111bad27..978ce650c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.14] - 2019-02-07 +### Fixed +- Fixed bug in verilog parsing when `target_modules = None`. + ## [1.0.13] - 2019-02-07 ### Added - Added support for `opts["uniquify"]` to set the uniquification mode via @@ -14,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed bug in uniquification error mode. -[Unreleased]: https://github.com/phanrahan/magma/compare/v1.0.13...HEAD +[Unreleased]: https://github.com/phanrahan/magma/compare/v1.0.14...HEAD +[1.0.14]: https://github.com/phanrahan/magma/compare/v1.0.13...v1.0.14 [1.0.13]: https://github.com/phanrahan/magma/compare/v1.0.12...v1.0.13 diff --git a/setup.py b/setup.py index 327e23383..d2b9021f0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='magma-lang', - version='0.1.11', + version='0.1.14', url='https://github.com/phanrahan/magma', license='MIT', maintainer='Lenny Truong',