Skip to content

Commit 88bf6de

Browse files
authored
python: bump to 0.2.1 (#34)
* python: bump to 0.2.1 * CHANGELOG
1 parent ffd641a commit 88bf6de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

python/yellowstone-fumarole-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The minor version will be incremented upon a breaking change and the patch versi
1616

1717
### Breaking
1818

19+
## [0.2.1]
20+
21+
- Fixed `OrderedSet.popfirst` + missing `await self.aclose()` in `run` method [PR](https://github.com/rpcpool/yellowstone-fumarole/pull/33) [@Yolley](https://github.com/Yolley)
22+
1923
## [0.2.0]
2024

2125
### Features

python/yellowstone-fumarole-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yellowstone-fumarole-client"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
homepage = "https://github.com/rpcpool/yellowstone-fumarole"
55
repository = "https://github.com/rpcpool/yellowstone-fumarole"
66
description = "Yellowstone Fumarole Python Client"

0 commit comments

Comments
 (0)