Skip to content

Commit

Permalink
Release v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Feb 7, 2019
1 parent 52ba3e3 commit 445842c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 445842c

Please sign in to comment.