We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48c3df commit b4b7905Copy full SHA for b4b7905
2 files changed
docs/source/changelogs/v3.rst
@@ -4,6 +4,11 @@ Versions 3.0+ Changelog
4
5
These are all the changelogs for stable releases of hikari-miru (version 3.0.0 to present).
6
7
+Version 3.2.1
8
+=============
9
+
10
+- Fix ``miru.ext.nav.NavigatorView`` defaulting to ephemeral by default.
11
12
Version 3.2.0
13
=============
14
miru/__init__.py
@@ -50,7 +50,7 @@
50
"get_view",
51
)
52
53
-__version__ = "3.2.0"
+__version__ = "3.2.1"
54
55
# MIT License
56
#
0 commit comments