fix(tsrust): bump patch version due to no changes
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user