File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.7.1 (2025-01-12)
5+
6+ ### Bug Fixes
7+
8+ - Fall back to sleeping through reboots
9+ ([ ` 0bb5b55 ` ] ( https://github.com/gtaylor/baymesh-cli/commit/0bb5b559bccca0c1e3b6f79990584b27c59b6bd8 ) )
10+
11+ I had originally tried to find a way to wait for nodes to reboot when applying settings to keep
12+ things fast and dynamic, but I couldn't find a safe way to detect when the node was back up 100%
13+ of the time on all of the devices I had.
14+
15+ Fall back to a plain old sleep and let's hope that most devices reboot within 10 seconds.
16+
17+ - Remove unused imports
18+ ([ ` 966e337 ` ] ( https://github.com/gtaylor/baymesh-cli/commit/966e3373b60d567cdb99fa76f19673b92d186221 ) )
19+
20+ ### Chores
21+
22+ - Bump version in uv.lock
23+ ([ ` f71b607 ` ] ( https://github.com/gtaylor/baymesh-cli/commit/f71b607070010c4a031dafb58159a4e693c8e553 ) )
24+
25+
426## v0.7.0 (2025-01-11)
527
628### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " baymesh"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
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.0 "
1+ __version__ = "0.7.1 "
You can’t perform that action at this time.
0 commit comments