Skip to content

Commit 3d44135

Browse files
author
github-actions
committed
0.7.1
Automatically generated by python-semantic-release
1 parent 966e337 commit 3d44135

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "baymesh"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Baymesh command line and library for members of Bayme.sh"
55
readme = "README.md"
66
requires-python = ">=3.11"

src/baymesh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)