Skip to content

Commit bc7582a

Browse files
chore: prepare for v1.22.0 release (#2219)
* chore: set release version to 1.22.0 * docs: update changelog for latest 1.22.0 fix * docs: update changelog for latest 1.22.0 fixes * docs: update changelog for latest 1.22.0 changes --------- Co-authored-by: BobTheBuidler <bobthebuidlerdefi@gmail.com>
1 parent 9d66788 commit bc7582a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9696
- Remove pytest skip strict keyword ([#2210](https://github.com/eth-brownie/brownie/pull/2210))
9797
- Normalize explorer solc version checks ([#2211](https://github.com/eth-brownie/brownie/pull/2211))
9898
- Guard old Vyper output selection cleanup ([#2212](https://github.com/eth-brownie/brownie/pull/2212))
99+
- Stop event watcher before disconnect ([#2213](https://github.com/eth-brownie/brownie/pull/2213))
100+
- Narrow event watcher provider teardown guard ([#2214](https://github.com/eth-brownie/brownie/pull/2214))
101+
- Reject empty code contract attachment ([#2215](https://github.com/eth-brownie/brownie/pull/2215))
102+
- Make PragmaNotFound an exception subclass ([#2216](https://github.com/eth-brownie/brownie/pull/2216))
103+
- Microoptimize cache middleware gate ([#2218](https://github.com/eth-brownie/brownie/pull/2218))
104+
- Use Petersburg for Vyper beta16 default EVM ([#2217](https://github.com/eth-brownie/brownie/pull/2217))
99105

100106
## [1.21.0](https://github.com/eth-brownie/brownie/tree/v1.21.0) - 2025-05-23
101107
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
include=["brownie", "brownie.*"],
9393
exclude=["brownie.__pycache__", "brownie.*.__pycache__"],
9494
),
95-
version="1.22.0.dev4", # don't change this manually, use bumpversion instead
95+
version="1.22.0", # don't change this manually, use bumpversion instead
9696
license="MIT",
9797
description="A Python framework for Ethereum smart contract deployment, testing and interaction.", # noqa: E501
9898
long_description=long_description,

0 commit comments

Comments
 (0)