File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ["setuptools>=62.3"]
44
55[project ]
66name = " aiosendspin-mpris"
7- version = " 1 .0.0"
7+ version = " 2 .0.0"
88description = " MPRIS integration for aiosendspin"
99authors = [ {name = " Abílio Costa" , email = " amfcalt@gmail.com" }
1010]
You can’t perform that action at this time.
0 commit comments