Skip to content

Commit

Permalink
chore(master): release 2.9.3 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 authored Aug 28, 2023
1 parent 7fc34b5 commit 35fbc8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mafic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <oliverwilkes2006@icloud.com>"]
license = "MIT"
Expand Down

0 comments on commit 35fbc8c

Please sign in to comment.