fix(tsrust): bump patch version due to no changes

This commit is contained in:
2026-02-09 13:28:31 +00:00
parent 1551f0bb45
commit 1dad4442d0
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # 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() ## 2026-02-09 - 1.0.2 - fix()
no changes no changes

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tsrust', 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.' description: 'A tool for compiling Rust projects, detecting Cargo workspaces, building with cargo, and placing binaries in a conventional dist_rust directory.'
} }