Release 0.3.1
Marco Ricci

Marco Ricci commited on 2024-10-21 15:00:45
Zeige 3 geänderte Dateien mit 13 Einfügungen und 10 Löschungen.

... ...
@@ -1,9 +0,0 @@
1
-### Fixed
2
-
3
-  - Improve the [basic setup (passphrase)][TUTORIAL_BASIC_PASSPHRASE]
4
-    tutorial.  Also incorporate feedback.
5
-  - Fix PyPI classification: Python 3.9 is supported.
6
-  - *Actually* remove the `derivepassphrase_export` program, which was
7
-    turned into a subcommand in v0.2.0.
8
-
9
-[TUTORIAL_BASIC_PASSPHRASE]: tutorials/basic-setup-passphrase.md
... ...
@@ -30,6 +30,18 @@ effectively constitute a new <q>major</q> release.)
30 30
 
31 31
 <!-- scriv changelog start -->
32 32
 
33
+## 0.3.1 (2024-10-21)
34
+
35
+### Fixed
36
+
37
+  - Improve the [basic setup (passphrase)][TUTORIAL_BASIC_PASSPHRASE]
38
+    tutorial.  Also incorporate feedback.
39
+  - Fix PyPI classification: Python 3.9 is supported.
40
+  - *Actually* remove the `derivepassphrase_export` program, which was
41
+    turned into a subcommand in v0.2.0.
42
+
43
+[TUTORIAL_BASIC_PASSPHRASE]: tutorials/basic-setup-passphrase.md
44
+
33 45
 ## 0.3.0 (2024-10-15)
34 46
 
35 47
 ### Added
... ...
@@ -5,4 +5,4 @@
5 5
 """Work-alike of vault(1) – a deterministic, stateless password manager"""  # noqa: D415,RUF002
6 6
 
7 7
 __author__ = 'Marco Ricci <software@the13thletter.info>'
8
-__version__ = '0.3.0'
8
+__version__ = '0.3.1'
9 9