Skip to content

Commit

Permalink
Release 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Feb 12, 2019
1 parent 355f2a0 commit 403765f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.15] - 2019-02-07
### Changed
- Changed hashing logic for circuit uniquification to use `hash(repr(cls))`
instead of `object.__hash__(cls)`.

## [1.0.14] - 2019-02-07
### Fixed
- Fixed bug in verilog parsing when `target_modules = None`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='magma-lang',
version='0.1.14',
version='0.1.15',
url='https://github.com/phanrahan/magma',
license='MIT',
maintainer='Lenny Truong',
Expand Down

0 comments on commit 403765f

Please sign in to comment.