Skip to content

Commit

Permalink
chore(master): release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 committed Jan 27, 2023
1 parent 68c1c60 commit 938821c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.1](https://github.com/ooliver1/mafic/compare/v0.2.0...v0.2.1) (2023-01-27)


### Documentation

* add documentation ([#25](https://github.com/ooliver1/mafic/issues/25)) ([8f8a421](https://github.com/ooliver1/mafic/commit/8f8a421df1f2143f136de3196ff561fb371d5307))
* export ignore lib check env var ([f2f04eb](https://github.com/ooliver1/mafic/commit/f2f04eb0e9a0646853f0d2b066bca2faa7076f05))
* improve front page ([49d087d](https://github.com/ooliver1/mafic/commit/49d087d202ba682b9252ef7bb30e8a1981f74b29))
* **installing:** fix typo ([68c1c60](https://github.com/ooliver1/mafic/commit/68c1c601b934fe25fcd3f89f91c2d38f6ca7552a))

## [0.2.0](https://github.com/ooliver1/mafic/compare/v0.1.0...v0.2.0) (2022-11-09)


Expand Down
2 changes: 1 addition & 1 deletion mafic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__author__ = "ooliver1"
__license__ = "MIT"
__copyright__ = "Copyright 2022-present ooliver1"
__version__ = "0.2.0"
__version__ = "0.2.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 = "0.2.0"
version = "0.2.1"
description = "A properly typehinted lavalink client for discord.py, nextcord, disnake and py-cord."
authors = ["ooliver1 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 938821c

Please sign in to comment.