From 4f1dcf3640dcb784c46bfaa158b3b23e89c38399 Mon Sep 17 00:00:00 2001 From: Ankit Patial Date: Fri, 23 Jan 2026 12:04:03 +0530 Subject: [PATCH] chore: bump version to 0.1.10 --- CLAUDE.md | 4 +++- build.zig.zon | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1f00479..7541518 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,7 +7,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co Pugz is a Pug-like HTML template engine written in Zig 0.15.2. It implements Pug 3 syntax for indentation-based HTML templating with a focus on server-side rendering. ## Rules -- don not auto commit, user will do it. +- Do not auto commit, user will do it. +- At the start of each new session, read this CLAUDE.md file to understand project context and rules. +- When the user specifies a new rule, update this CLAUDE.md file to include it. ## Build Commands diff --git a/build.zig.zon b/build.zig.zon index 1885225..5e70ab0 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .pugz, - .version = "0.1.9", + .version = "0.1.10", .fingerprint = 0x822db0790e17621d, // Changing this has security and trust implications. .minimum_zig_version = "0.15.2", .dependencies = .{},