Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a80cc8a7a | |||
| 1dad4442d0 |
@@ -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
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tsrust",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"private": false,
|
||||
"description": "A tool for compiling Rust projects, detecting Cargo workspaces, building with cargo, and placing binaries in a conventional dist_rust directory.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
||||
@@ -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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user