Skip to content

Commit

Permalink
chore(master): release 1.0.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooliver1 authored Feb 7, 2023
1 parent 2db8880 commit 64658e0
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

## [1.0.0](https://github.com/ooliver1/mafic/compare/v0.3.0...v1.0.0) (2023-02-07)


### Features

* make events generic on player ([68868e0](https://github.com/ooliver1/mafic/commit/68868e0b54560f7dfea901de30bfcbdbad69f779))


### Bug Fixes

* **node:** stringify bool query params for `replace` ([63b7462](https://github.com/ooliver1/mafic/commit/63b746243c84f9a28cdd126369ffdb91a85581bf))


### Miscellaneous Chores

* update readme ([5763b4a](https://github.com/ooliver1/mafic/commit/5763b4a6df7b64ef5bb4e50718c44d90d018c964))

## [0.3.0](https://github.com/ooliver1/mafic/compare/v0.2.0...v0.3.0) (2023-02-04)


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__ = "0.3.0"
__version__ = "1.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 = "0.3.0"
version = "1.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 64658e0

Please sign in to comment.