diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..967a9d1 --- /dev/null +++ b/changelog.md @@ -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 \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b7fca68..59da5dc 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -1,8 +1,8 @@ /** - * autocreated commitance data + * autocreated commitinfo by @push.rocks/commitinfo */ export const commitinfo = { name: '@git.zone/tsrust', - version: '1.0.1', - description: 'A tool for compiling Rust projects, detecting Cargo workspaces, building with cargo, and placing binaries in a conventional dist_rust directory.', -}; + 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.' +}