Skip to content

Commit

Permalink
Merge pull request #121 from iamdefinitelyahuman/v1.1.0
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
iamdefinitelyahuman authored Dec 28, 2020
2 parents 0c23da7 + ebd62f5 commit 41b70ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ This project was forked from `py-solc`. View the original changelog [here](https

## [Unreleased](https://github.com/iamdefinitelyahuman/py-solc-x)

## [1.1.0](https://github.com/iamdefinitelyahuman/py-solc-x/releases/tag/v1.1.0) - 2020-12-28
### Added
- Optional kwarg `with_commit_hash` in `solcx.get_solc_version` ([#120](https://github.com/iamdefinitelyahuman/py-solc-x/pull/120))

### Fixed
- Handle ABI format for Solidity 0.8.0 ([#119](https://github.com/iamdefinitelyahuman/py-solc-x/pull/119))

## [1.0.2](https://github.com/iamdefinitelyahuman/py-solc-x/releases/tag/v1.0.2) - 2020-12-10
### Fixed
- Convert `Path` to `str` prior to calling `subprocess` ([#117](https://github.com/iamdefinitelyahuman/py-solc-x/pull/117))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.1.0

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="py-solc-x",
version="1.0.2", # don't change this manually, use bumpversion instead
version="1.1.0", # don't change this manually, use bumpversion instead
description="Python wrapper and version management tool for the solc Solidity compiler.",
long_description_markdown_filename="README.md",
author="Ben Hauser (forked from py-solc by Piper Merriam)",
Expand Down

0 comments on commit 41b70ac

Please sign in to comment.