Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 authored Feb 17, 2023
1 parent e3d7ba5 commit 3da2917
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/ooliver1/mafic/compare/v1.2.1...v2.0.0) (2023-02-17)


### ⚠ BREAKING CHANGES

* players is now a read-only list property

### Features

* properly resume players even on full restart ([#53](https://github.com/ooliver1/mafic/issues/53)) ([e3d7ba5](https://github.com/ooliver1/mafic/commit/e3d7ba517319011bd9452b9d9dcc74a6b396a8c7))


### Bug Fixes

* **node:** ignore no content responses ([#54](https://github.com/ooliver1/mafic/issues/54)) ([8a13874](https://github.com/ooliver1/mafic/commit/8a138743aadbc74a370ee3218b1a81d8cbe8001b))
* **player:** set blank filter if no filters enabled ([#51](https://github.com/ooliver1/mafic/issues/51)) ([8ccf60e](https://github.com/ooliver1/mafic/commit/8ccf60e2c6b3cd45b4b74d641810152e7c8bb553))

## [1.2.1](https://github.com/ooliver1/mafic/compare/v1.2.0...v1.2.1) (2023-02-16)


Expand Down
2 changes: 1 addition & 1 deletion mafic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
__author__ = "ooliver1"
__license__ = "MIT"
__copyright__ = "Copyright 2022-present ooliver1"
__version__ = "1.2.1"
__version__ = "2.0.0"
"""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 = "1.2.1"
version = "2.0.0"
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 3da2917

Please sign in to comment.