v0.0.8 - Add FIPS npub-aware approval prompt and simplify qube installer to nsigner-only startup flow

This commit is contained in:
Laan Tungir
2026-05-03 19:50:29 -04:00
parent f9d7b94962
commit 252d026991
3 changed files with 225 additions and 140 deletions

View File

@@ -451,8 +451,8 @@ int socket_name_random(char *out, size_t out_len);
/* Version information (auto-updated by build/version tooling) */
#define NSIGNER_VERSION_MAJOR 0
#define NSIGNER_VERSION_MINOR 0
#define NSIGNER_VERSION_PATCH 7
#define NSIGNER_VERSION "v0.0.7"
#define NSIGNER_VERSION_PATCH 8
#define NSIGNER_VERSION "v0.0.8"
/* NSIGNER_HEADERLESS_DECLS_END */