File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.7.3 (2025-02-15)
5+
6+ ### Bug Fixes
7+
8+ - Address upgraded pyright errors
9+ ([ ` 061721b ` ] ( https://github.com/gtaylor/baymesh-cli/commit/061721ba68210930e3c082209d951737d15c8da5 ) )
10+
11+ Pyright now requires explicit None returns.
12+
13+ - Bring the reconnection logic back
14+ ([ ` 121d1a7 ` ] ( https://github.com/gtaylor/baymesh-cli/commit/121d1a782ee8874044f7961a4b33da234f491b0b ) )
15+
16+ The sleeps work fine, but the connection to the node does not recover automatically after the
17+ settings restart. Go back to doing a reconnection after the sleep.
18+
19+ ### Chores
20+
21+ - Bump dependencies
22+ ([ ` ac8c39b ` ] ( https://github.com/gtaylor/baymesh-cli/commit/ac8c39bb66348bf3aaacbb35894f232de6bda75e ) )
23+
24+
425## v0.7.2 (2025-01-12)
526
627### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " baymesh"
3- version = " 0.7.2 "
3+ version = " 0.7.3 "
44description = " Baymesh command line and library for members of Bayme.sh"
55readme = " README.md"
66requires-python = " >=3.11"
Original file line number Diff line number Diff line change 1- __version__ = "0.7.2 "
1+ __version__ = "0.7.3 "
You can’t perform that action at this time.
0 commit comments