Changelog
1.18.0 - 2025-10-05
🚀 Features
🐛 Bug Fixes
- add Windows support by guarding Unix-specific file permission APIs by @jdx in #349
- handle missing files in update-version script by @jdx in #350
- rewrite update-version script to avoid pipefail issues by @jdx in 211b1ac
- run render before update-version in release script by @jdx in 35d2df3
- use [0-9] instead of \d in ripgrep pattern for better compatibility by @jdx in cf8ebb0
- explicitly specify search path for ripgrep in update-version script by @jdx in 5666f96
🔍 Other Changes
- add diagnostic output to update-version script by @jdx in aaeea63
- add more file existence checks by @jdx in cbace40
- test rg pattern matching in CI environment by @jdx in a52ea46