From 35fbc8ca51e857b3209abd775b9f4c3454d876b8 Mon Sep 17 00:00:00 2001 From: Oliver Wilkes Date: Mon, 28 Aug 2023 10:30:19 +0100 Subject: [PATCH] chore(master): release 2.9.3 (#100) --- CHANGELOG.md | 8 ++++++++ mafic/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23588ab..8081757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.9.3](https://github.com/ooliver1/mafic/compare/v2.9.2...v2.9.3) (2023-08-28) + + +### Bug Fixes + +* **events:** handle v4 loadFailed EndReason ([7fc34b5](https://github.com/ooliver1/mafic/commit/7fc34b58b73f17533f2c24d524de759ea8440dc4)) +* **stats:** use ms in uptime over seconds ([#96](https://github.com/ooliver1/mafic/issues/96)) ([8ab596a](https://github.com/ooliver1/mafic/commit/8ab596a40e57de9104a6ace2ea159cb06f9134f6)) + ## [2.9.2](https://github.com/ooliver1/mafic/compare/v2.9.1...v2.9.2) (2023-06-04) diff --git a/mafic/__init__.py b/mafic/__init__.py index 6a06465..fb17519 100644 --- a/mafic/__init__.py +++ b/mafic/__init__.py @@ -27,7 +27,7 @@ __author__ = "ooliver1" __license__ = "MIT" __copyright__ = "Copyright 2022-present ooliver1" -__version__ = "2.9.2" +__version__ = "2.9.3" """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 14035dd..6809cf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mafic" -version = "2.9.2" +version = "2.9.3" description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord." authors = ["ooliver1 "] license = "MIT"