From 59a16ae0822d33ab25a8c2c4818ec78fd45feb02 Mon Sep 17 00:00:00 2001 From: Oliver Wilkes Date: Wed, 3 May 2023 22:27:05 +0100 Subject: [PATCH] chore(master): release 2.3.0 (#72) --- CHANGELOG.md | 12 ++++++++++++ mafic/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e98c0c..ccbccb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.0](https://github.com/ooliver1/mafic/compare/v2.2.0...v2.3.0) (2023-05-03) + + +### Features + +* **playlist:** pass through plugin info ([#70](https://github.com/ooliver1/mafic/issues/70)) ([1f78c7c](https://github.com/ooliver1/mafic/commit/1f78c7cf5e29a071c9454fb017173d992421758c)) + + +### Bug Fixes + +* **stats:** check if frame stats is None ([978918e](https://github.com/ooliver1/mafic/commit/978918ed7b225d2f0f017f6ccb0e23c926ad41f3)) + ## [2.2.0](https://github.com/ooliver1/mafic/compare/v2.1.2...v2.2.0) (2023-05-03) diff --git a/mafic/__init__.py b/mafic/__init__.py index 385021c..b35e6a3 100644 --- a/mafic/__init__.py +++ b/mafic/__init__.py @@ -27,7 +27,7 @@ __author__ = "ooliver1" __license__ = "MIT" __copyright__ = "Copyright 2022-present ooliver1" -__version__ = "2.2.0" +__version__ = "2.3.0" """The current version of mafic, using `PEP 440`_ format. .. _PEP 440: https://peps.python.org/pep-0440/ diff --git a/pyproject.toml b/pyproject.toml index 1633134..bfc7034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mafic" -version = "2.2.0" +version = "2.3.0" description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord." authors = ["ooliver1 "] license = "MIT"