Skip to content

Commit d61b4b3

Browse files
committed
Release 0.15.1
1 parent 8a8d176 commit d61b4b3

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

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

3+
## 0.15.1 Seymour (2024-09-06)
4+
5+
Audio streaming stopped working in the previous version and is fixed in this
6+
version. It also includes a fix to sequence number handling for outgoing
7+
messages, potentially improving audio streaming to AirPlay receivers from
8+
third party vendors (not tested however).
9+
10+
**Changes:**
11+
12+
*Protocol: RAOP:*
13+
14+
```
15+
8a8d176f raop: Fix broken audio streaming
16+
```
17+
18+
**All changes:**
19+
20+
```
21+
8a8d176f raop: Fix broken audio streaming
22+
2cbaf5f5 build(deps): Bump pytest-httpserver in /requirements
23+
```
24+
325
## 0.15.0 Ralph (2024-08-10)
426

527
It has been a long time since the last release (christmas!), so a it's really

pyatv/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
MAJOR_VERSION = "0"
88
MINOR_VERSION = "15"
9-
PATCH_VERSION = "0"
9+
PATCH_VERSION = "1"
1010
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
1111
__version__ = f"{__short_version__}.{PATCH_VERSION}"
1212

0 commit comments

Comments
 (0)