Skip to content

Commit

Permalink
Merge pull request #14 from iamdefinitelyahuman/v1.2.0
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
iamdefinitelyahuman authored Jul 13, 2020
2 parents 0c6b2cb + 78f9b86 commit f1e3916
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/iamdefinitelyahuman/eth-event)

## [1.2.0](https://github.com/iamdefinitelyahuman/eth-event/releases/tag/v1.2.0) - 2020-07-14
### Added
- Include address in decoded event logs

## [1.1.0](https://github.com/iamdefinitelyahuman/eth-event/releases/tag/v1.1.0) - 2020-05-30
### Added
- Decode events when the ABI contains indexed values but the log has None
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0

[bumpversion:file:setup.py]

Expand All @@ -21,4 +21,3 @@ use_parentheses = True

[tool:pytest]
addopts = --cov=eth_event/ --cov-report term --cov-report xml

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

setup(
name="eth-event",
version="1.1.0", # do not edit directly, use bumpversion
version="1.2.0", # do not edit directly, use bumpversion
license="MIT",
description="Ethereum event decoder and topic generator",
long_description=long_description,
Expand Down

0 comments on commit f1e3916

Please sign in to comment.