Skip to content

Commit ef3af27

Browse files
committed
chore(master): release 2.11.0
1 parent 91514e4 commit ef3af27

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [2.11.0](https://github.com/ooliver1/mafic/compare/v2.10.1...v2.11.0) (2025-06-19)
4+
5+
6+
### Features
7+
8+
* **search-type:** add VK_MUSIC ([#125](https://github.com/ooliver1/mafic/issues/125)) ([aaeefd5](https://github.com/ooliver1/mafic/commit/aaeefd5f720964b15d02088e88be22bd6c89014e))
9+
310
## [2.10.1](https://github.com/ooliver1/mafic/compare/v2.10.0...v2.10.1) (2025-04-08)
411

512

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.10.1"
30+
__version__ = "2.11.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.10.1"
3+
version = "2.11.0"
44
description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord."
55
authors = ["ooliver1 <oliverwilkes2006@icloud.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)