Skip to content

Commit 6316444

Browse files
committed
Version bump to 0.2.1 and changelog
1 parent 3ed81f3 commit 6316444

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

discord/ext/paginators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Extension for discord.py that provides various paginators."""
22

33
__author__ = "Soheab_"
4-
__version__ = "0.3.0a"
4+
__version__ = "0.2.1"
55
__license__ = "MPL-2.0"

docs/whats_new.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ Changelogs
44
===========
55
This page keeps a human-readable changelog of significant changes to the project.
66

7-
0.0.2 (2024-02-20)
7+
0.2.1 (2024-07-24)
8+
-------------------
9+
10+
Rather small release with only bug fixes.
11+
12+
- Fixed a bug where using the `buttons=` kwarg in :class:`button_paginator.ButtonPaginator` would raise falsely raise an error.
13+
- Fixed a where the labels for the `First` and `Last` buttons were not being set correctly in :class:`button_paginator.ButtonPaginator`.
14+
- The way the labels are set has been changed to be more reliable and less error-prone.
15+
- Fixed a bug where the label for the :class:`select_paginator.PaginatorOption` was not being set correctly and would raise an internal error.
16+
- Fixed an internal bug where editing a message would raise an error.
17+
18+
0.2.0 (2024-02-20)
819
-------------------
920

1021
Many Quality of Life improvements and bug fixes.
@@ -80,7 +91,7 @@ Overall, a lot of typing improvements like ``Page`` has been replaced with ``Any
8091
And other unnecessary type hints have been removed.
8192

8293

83-
0.0.1 (2023-12-26)
94+
0.1.0 (2023-12-26)
8495
-------------------
8596

8697
- Initial release!

0 commit comments

Comments
 (0)