diff --git a/CHANGELOG.md b/CHANGELOG.md index 02bfa677c..c084196a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.18] - 2019-02-22 +### Fixed +- Fixes installation issue where `magma.ssa` was not installed as a package + + ## [0.1.17] - 2019-02-21 ### Fixed - Fixes installation issue where `magma.syntax` was not installed as a package @@ -46,7 +51,8 @@ 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/v0.1.17...HEAD +[Unreleased]: https://github.com/phanrahan/magma/compare/v0.1.18...HEAD +[0.1.17]: https://github.com/phanrahan/magma/compare/v0.1.17...v0.1.18 [0.1.16]: https://github.com/phanrahan/magma/compare/v0.1.16...v0.1.17 [0.1.16]: https://github.com/phanrahan/magma/compare/v0.1.15...v0.1.16 [0.1.15]: https://github.com/phanrahan/magma/compare/v0.1.14...v0.1.15 diff --git a/setup.py b/setup.py index 30b7335e6..3154742bc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='magma-lang', - version='0.1.17', + version='0.1.18', url='https://github.com/phanrahan/magma', license='MIT', maintainer='Lenny Truong', @@ -20,6 +20,7 @@ "magma.passes", "magma.simulator", "magma.syntax", + "magma.ssa", "magma.testing" ], install_requires=[