Skip to content

Commit f0840b8

Browse files
authored
chore(master): release 2.10.0 (#101)
1 parent 1c54ceb commit f0840b8

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## [2.10.0](https://github.com/ooliver1/mafic/compare/v2.9.3...v2.10.0) (2023-12-18)
4+
5+
6+
### Features
7+
8+
* **node:** support unavailable node handling ([#98](https://github.com/ooliver1/mafic/issues/98)) ([a26cfa4](https://github.com/ooliver1/mafic/commit/a26cfa4e6671df62429151b4396e22a8af7c2237))
9+
10+
11+
### Bug Fixes
12+
13+
* **events:** re-support v3 LOAD_FAILED endreason ([1c54ceb](https://github.com/ooliver1/mafic/commit/1c54ceb7248e5c8f653c1317a215cdc6a1e3a358))
14+
* **player:** fix Player._connected isn't True after Player.connect() ([#99](https://github.com/ooliver1/mafic/issues/99)) ([5304cde](https://github.com/ooliver1/mafic/commit/5304cde4e4aef256fed8d05013ca77f0aff141c2))
15+
* **pool:** cast supporting 3.8 ([fb529bf](https://github.com/ooliver1/mafic/commit/fb529bfea2b2c84976ea7d2941f305118a2050f7))
16+
* **strategy:** where did commit f25b84f go ([89204ac](https://github.com/ooliver1/mafic/commit/89204ac3625cc291cc705022d17bb413bbb33d6a))
17+
* support 3.8 again lol ([8b4bd4a](https://github.com/ooliver1/mafic/commit/8b4bd4a6443f08c3d9fe4641797f0251a26a78ad))
18+
319
## [2.9.3](https://github.com/ooliver1/mafic/compare/v2.9.2...v2.9.3) (2023-08-28)
420

521

mafic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__author__ = "ooliver1"
2828
__license__ = "MIT"
2929
__copyright__ = "Copyright 2022-present ooliver1"
30-
__version__ = "2.9.3"
30+
__version__ = "2.10.0"
3131
"""The current version of mafic, using `PEP 440`_ format.
3232
3333
.. _PEP 440: https://peps.python.org/pep-0440/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mafic"
3-
version = "2.9.3"
3+
version = "2.10.0"
44
description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord."
55
authors = ["ooliver1 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)