فهرست منبع

Bump version for release.

Dan Helfman 3 ماه پیش
والد
کامیت
4f88018558
4فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      NEWS
  2. 1 1
      borgmatic/actions/change_passphrase.py
  3. 1 1
      docs/how-to/provide-your-passwords.md
  4. 1 1
      pyproject.toml

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.9.11.dev0
+1.9.11
  * #795: Add credential loading from file, KeePassXC, and Docker/Podman secrets. See the
  * #795: Add credential loading from file, KeePassXC, and Docker/Podman secrets. See the
    documentation for more information:
    documentation for more information:
    https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/
    https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/

+ 1 - 1
borgmatic/actions/change_passphrase.py

@@ -16,7 +16,7 @@ def run_change_passphrase(
     remote_path,
     remote_path,
 ):
 ):
     '''
     '''
-    Run the "key change-passprhase" action for the given repository.
+    Run the "key change-passphrase" action for the given repository.
     '''
     '''
     if (
     if (
         change_passphrase_arguments.repository is None
         change_passphrase_arguments.repository is None

+ 1 - 1
docs/how-to/provide-your-passwords.md

@@ -35,7 +35,7 @@ encryption_passcommand: pass path/to/borg-passphrase
 <span class="minilink minilink-addedin">New in version 1.9.9</span> Instead of
 <span class="minilink minilink-addedin">New in version 1.9.9</span> Instead of
 letting Borg run the passcommand—potentially multiple times since borgmatic runs
 letting Borg run the passcommand—potentially multiple times since borgmatic runs
 Borg multiple times—borgmatic now runs the passcommand itself and passes the
 Borg multiple times—borgmatic now runs the passcommand itself and passes the
-resulting passprhase securely to Borg via an anonymous pipe. This means you
+resulting passphrase securely to Borg via an anonymous pipe. This means you
 should only ever get prompted for your password manager's passphrase at most
 should only ever get prompted for your password manager's passphrase at most
 once per borgmatic run.
 once per borgmatic run.
 
 

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [project]
 [project]
 name = "borgmatic"
 name = "borgmatic"
-version = "1.9.11.dev0"
+version = "1.9.11"
 authors = [
 authors = [
   { name="Dan Helfman", email="witten@torsion.org" },
   { name="Dan Helfman", email="witten@torsion.org" },
 ]
 ]