Skip to content

Commit b4b7905

Browse files
committed
Prepare 3.2.1
1 parent c48c3df commit b4b7905

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/source/changelogs/v3.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Versions 3.0+ Changelog
44

55
These are all the changelogs for stable releases of hikari-miru (version 3.0.0 to present).
66

7+
Version 3.2.1
8+
=============
9+
10+
- Fix ``miru.ext.nav.NavigatorView`` defaulting to ephemeral by default.
11+
712
Version 3.2.0
813
=============
914

miru/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"get_view",
5151
)
5252

53-
__version__ = "3.2.0"
53+
__version__ = "3.2.1"
5454

5555
# MIT License
5656
#

0 commit comments

Comments
 (0)