Skip to content

Commit 116bd7f

Browse files
committed
Merge branch 'main' of github.com:abmantis/aiosendspin-mpris
2 parents c0bd490 + 349818a commit 116bd7f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
# CHANGELOG
22

33

4+
## v2.0.0 (2026-01-11)
5+
6+
### Chores
7+
8+
- Fix basedpyright
9+
([`ff4fc0a`](https://github.com/abmantis/aiosendspin-mpris/commit/ff4fc0ab1d21a9af0286c95728ccf6cbcc3bd944))
10+
11+
- Fix CI missing deps
12+
([`1ecdf52`](https://github.com/abmantis/aiosendspin-mpris/commit/1ecdf52eead95611f6f695f8696fd47cfe540a46))
13+
14+
- Fix CI missing deps v2
15+
([`33b2a9e`](https://github.com/abmantis/aiosendspin-mpris/commit/33b2a9e26cdabb3261ffbcbd758c94d70da0bbb2))
16+
17+
### Features
18+
19+
- Automatically subscribe to client
20+
([`9f23e6a`](https://github.com/abmantis/aiosendspin-mpris/commit/9f23e6a8c85ebce932c8a72e380c527cc4ba7d4c))
21+
22+
423
## v1.0.0 (2025-12-31)
524

25+
### Chores
26+
27+
- Add README and LICENSE
28+
([`6c86ed6`](https://github.com/abmantis/aiosendspin-mpris/commit/6c86ed6206f9653f8860bc40b04e7970b9232316))
29+
630
### Features
731

832
- Initial release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools>=62.3"]
44

55
[project]
66
name = "aiosendspin-mpris"
7-
version = "1.0.0"
7+
version = "2.0.0"
88
description = "MPRIS integration for aiosendspin"
99
authors = [ {name = "Abílio Costa", email = "amfcalt@gmail.com"}
1010
]

0 commit comments

Comments
 (0)