chore: bump version to 0.1.10

This commit is contained in:
2026-01-23 12:04:03 +05:30
parent c7fff05c1a
commit 4f1dcf3640
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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 = .{},