From 14549cd581a37ca7b65f0b87b8e2c9be95e01fab Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 20 Mar 2026 07:54:51 -0400 Subject: [PATCH] v0.1.6 - Security: ignore genesis.jsonc, add safe genesis.jsonc.example, purge genesis history, and restore local ignored genesis file --- README.md | 4 ++-- src/main.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7f48e6..69a1aea 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ Skills compose by adoption-list order (`10123`) and trigger tags carry runtime e Didactyl will support local inference, which is very privacy preserving. Remote inference does however have it's advantages, and in those cases Didactyl supports using Bitcoin Lightning and eCash inference providers. -## Current Status — v0.1.5 +## Current Status — v0.1.6 **Active build — this project is barely working. Experiment at your own risk.** -> Last release update: v0.1.5 — Security: ignore genesis.jsonc, add safe genesis.jsonc.example, purge genesis history, and restore local ignored genesis file +> Last release update: v0.1.6 — Security: ignore genesis.jsonc, add safe genesis.jsonc.example, purge genesis history, and restore local ignored genesis file - Connects to configured relays with auto-reconnect and relay state transition logging - Publishes configured startup events per relay as each relay becomes connected diff --git a/src/main.h b/src/main.h index 83be677..985c508 100644 --- a/src/main.h +++ b/src/main.h @@ -12,8 +12,8 @@ // Using DIDACTYL_ prefix to avoid conflicts with nostr_core_lib VERSION macros #define DIDACTYL_VERSION_MAJOR 0 #define DIDACTYL_VERSION_MINOR 1 -#define DIDACTYL_VERSION_PATCH 5 -#define DIDACTYL_VERSION "v0.1.5" +#define DIDACTYL_VERSION_PATCH 6 +#define DIDACTYL_VERSION "v0.1.6" // Agent metadata #define DIDACTYL_NAME "Didactyl"