Skip to content

Commit cca453d

Browse files
author
github-actions
committed
0.7.3
Automatically generated by python-semantic-release
1 parent 061721b commit cca453d

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.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

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.2"
3+
version = "0.7.3"
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.2"
1+
__version__ = "0.7.3"

0 commit comments

Comments
 (0)