Skip to content

Commit a0e4623

Browse files
author
github-actions
committed
0.7.2
Automatically generated by python-semantic-release
1 parent 09e4e80 commit a0e4623

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# CHANGELOG
22

33

4+
## v0.7.2 (2025-01-12)
5+
6+
### Bug Fixes
7+
8+
- Extend reboot wait time to 15 seconds
9+
([`2775c39`](https://github.com/gtaylor/baymesh-cli/commit/2775c3994a23133b356f6b60e9f83beae087c2d0))
10+
11+
Turns out that the G2 is even slower than the T-Beam.
12+
13+
- Silence serial logger during setup
14+
([`bda9580`](https://github.com/gtaylor/baymesh-cli/commit/bda9580dbcfd2d123b0fae40cefd07c36bbdae1c))
15+
16+
- Typo
17+
([`2837db5`](https://github.com/gtaylor/baymesh-cli/commit/2837db5b84919b1669376d8c431ebe2e3e118796))
18+
19+
### Chores
20+
21+
- Bump version in uv.lock
22+
([`09e4e80`](https://github.com/gtaylor/baymesh-cli/commit/09e4e8064be0b3dc6ee18f96fb3b699c10f7f572))
23+
24+
425
## v0.7.1 (2025-01-12)
526

627
### 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.1"
3+
version = "0.7.2"
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.1"
1+
__version__ = "0.7.2"

0 commit comments

Comments
 (0)