We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1bb28 commit 652e2b5Copy full SHA for 652e2b5
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.3.1 (2024-03-22)
6
+
7
+### Fix
8
9
+* **dialog:** Enable dialogs ([`e406011`](https://github.com/Kitware/trame-tauri/commit/e406011ce46e29c1a6dd000dc31455e7908d859e))
10
11
+### Documentation
12
13
+* **example:** Dialog + notification ([`dc1bb28`](https://github.com/Kitware/trame-tauri/commit/dc1bb289c337561900efb3ea7ea3f39f9f1f96cd))
14
15
## v0.3.0 (2024-03-22)
16
17
### Feature
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = trame-tauri
-version = 0.3.0
+version = 0.3.1
description = Helper widget to provide simpler integration with Tauri
long_description = file: README.rst
long_description_content_type = text/x-rst
0 commit comments