diff --git a/changelog.md b/changelog.md index 967a9d1..b145609 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-09 - 1.0.3 - fix(tsrust) +bump patch version due to no changes + +- current package.json version: 1.0.2 +- git diff shows no changes; creating a no-op/metadata patch release + ## 2026-02-09 - 1.0.2 - fix() no changes diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 59da5dc..2551c46 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsrust', - version: '1.0.2', + version: '1.0.3', description: 'A tool for compiling Rust projects, detecting Cargo workspaces, building with cargo, and placing binaries in a conventional dist_rust directory.' }