fix(): no changes

This commit is contained in:
2026-02-09 09:33:49 +00:00
parent f23ced9c47
commit c3aaaa48b0
2 changed files with 16 additions and 4 deletions

12
changelog.md Normal file
View File

@@ -0,0 +1,12 @@
# Changelog
## 2026-02-09 - 1.0.2 - fix()
no changes
- No files changed in the working tree; nothing to commit.
## 2026-02-09 - 1.0.1 - release
Initial release.
- Initial commit ("initial")
- Project set to version 1.0.1

View File

@@ -1,8 +1,8 @@
/** /**
* autocreated commitance data * autocreated commitinfo by @push.rocks/commitinfo
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tsrust', name: '@git.zone/tsrust',
version: '1.0.1', version: '1.0.2',
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.'
}; }