Skip to content

Commit

Permalink
chore(master): release 2.1.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 authored Apr 30, 2023
1 parent f31ff5e commit 76d317b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.1](https://github.com/ooliver1/mafic/compare/v2.1.0...v2.1.1) (2023-04-30)


### Bug Fixes

* **node:** urlencode query ([#66](https://github.com/ooliver1/mafic/issues/66)) ([f31ff5e](https://github.com/ooliver1/mafic/commit/f31ff5e8ddd2bbe728f9b4a61a4b5fb88ababcad))


### Documentation

* **filter:** gemerate ([bb17994](https://github.com/ooliver1/mafic/commit/bb17994f2642dc9d627fb2d4e43ffc16a1cb32c6))

## [2.1.0](https://github.com/ooliver1/mafic/compare/v2.0.1...v2.1.0) (2023-04-19)


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.1.0"
__version__ = "2.1.1"
"""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.1.0"
version = "2.1.1"
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 76d317b

Please sign in to comment.