Skip to content

Commit

Permalink
release: update changelog, bump version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Jun 1, 2021
1 parent af8d68b commit 0b1ae0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/iamdefinitelyahuman/brownie-token-tester)

## [0.2.2](https://github.com/iamdefinitelyahuman/brownie-token-tester/tree/v0.2.2) - 2021-06-01

### Changed
- Generalize minting logic for Synthetix synths

## [0.2.1](https://github.com/iamdefinitelyahuman/brownie-token-tester/tree/v0.2.1) - 2021-05-26

### Changed
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,14 @@ Tokens for which custom logic is currently implemented:
- [x] EURS
- [x] LinkUSD
- [x] pBTC
- [x] Synthetix synths
- [x] renBTC
- [x] renZEC
- [x] rETH
- [x] RSV
- [x] USDC
- [x] USDN
- [x] USDT
- [x] sBTC
- [x] sETH
- [x] sEURS
- [x] sUSD
- [x] tBTC
- [x] wBTC
- [x] wZEC
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 = 0.2.1
current_version = 0.2.2

[bumpversion:file:setup.py]

Expand Down Expand Up @@ -28,4 +28,3 @@ addopts =
--cov brownie_tokens/
--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 @@ -12,7 +12,7 @@
name="brownie-token-tester",
packages=find_packages(exclude=["tests", "tests.*"]),
py_modules=["brownie_tokens"],
version="0.2.1", # don't change this manually, use bumpversion instead
version="0.2.2", # don't change this manually, use bumpversion instead
license="MIT",
description="Helper objects for generating ERC20s while testing a Brownie project.",
long_description=long_description,
Expand Down

0 comments on commit 0b1ae0f

Please sign in to comment.