File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
python/yellowstone-fumarole-client Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ The minor version will be incremented upon a breaking change and the patch versi
16
16
17
17
### Breaking
18
18
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
+
19
23
## [ 0.2.0]
20
24
21
25
### Features
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " yellowstone-fumarole-client"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
homepage = " https://github.com/rpcpool/yellowstone-fumarole"
5
5
repository = " https://github.com/rpcpool/yellowstone-fumarole"
6
6
description = " Yellowstone Fumarole Python Client"
You can’t perform that action at this time.
0 commit comments