Skip to content

Commit

Permalink
chore(master): release 1.2.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 authored Feb 16, 2023
1 parent f2d6b22 commit 5c15021
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* **player:** expose Player.paused ([#44](https://github.com/ooliver1/mafic/issues/44)) ([6e25025](https://github.com/ooliver1/mafic/commit/6e2502505f96bb98d2b7be2c63425156a211ed5d))


### Bug Fixes

* **node:** stop appending /v3 if done already ([#42](https://github.com/ooliver1/mafic/issues/42)) ([00d547c](https://github.com/ooliver1/mafic/commit/00d547c697849a792e264931086630eff95c83b3))
* **pool:** ignore unavailable nodes ([#45](https://github.com/ooliver1/mafic/issues/45)) ([f2d6b22](https://github.com/ooliver1/mafic/commit/f2d6b2282d3f03c8ac6be076ce35eb5c0d97c1c5))

## [1.1.1](https://github.com/ooliver1/mafic/compare/v1.1.0...v1.1.1) (2023-02-15)


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.1.1"
__version__ = "1.2.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.1.1"
version = "1.2.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 5c15021

Please sign in to comment.