Releases: open-runtime/dart_cli_script
v1.0.12
cli_script v1.0.12
Bug fix release — 2026-02-25
Bug Fixes
- Windows Subprocess Environment Stabilization — Addressed an issue where spawning subprocesses with
includeParentEnvironment: falsewould crash on Windows. TheScriptclass now automatically injectsSystemRootandWINDIRinto the isolated environment, which are required for the Dart executable to spawn reliably. (#5) - Windows Absolute Glob Pattern Normalization — Fixed an issue where absolute Windows paths with globs (e.g.,
C:\path\*.txt) failed to expand.CliArgumentsnow correctly normalizes drive prefixes and backslashes to POSIX separators (/) forpackage:globcompatibility before resolving them. (#5) - Escaped Glob Syntax Preservation — Handled edge cases with escaped Windows absolute glob patterns to ensure UNC paths and explicitly escaped glob characters (like
\\*.txt) are preserved and not corrupted during argument parsing. (#5)
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.11
cli_script v1.0.11
Bug fix release — 2026-02-24
Bug Fixes
- Removed custom_lint.log — Removed the
custom_lint.logjunk file that was accidentally committed before the.gitignorerule was added.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.10
cli_script v1.0.10
Maintenance release — 2026-02-24
This release introduces minor repository maintenance and workspace configuration updates to keep the development environment clean. It contains no changes to the package's behavior or public API.
Maintenance & Chores
- Workspace Configuration — Updated
.gitignoreto prevent tracking of local development artifacts, specificallycustom_lint.logfiles and.claude/session directories.
Issues Addressed
No linked issues for this release.
Contributors
Thanks to everyone who contributed to this release:
Upgrade
dart pub upgrade cli_scriptFull Changelog
v1.0.9
cli_script v1.0.9
Bug fix release — 2026-02-24
Bug Fixes
- Triage command safety — Added shell-level organization guards and
--reporequirements to the internaltriage.tomlcommand to prevent upstream leakage when triaging issues in fork contexts.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.8
cli_script v1.0.8
Bug fix release — 2026-02-24
Bug Fixes
- Fix pipeline failure on release creation — Updated the
runtime_ci_toolingdependency to^0.12.0to resolve acreate-release pull --rebasefailure that occurred when previous pipeline steps left unstaged changes.
Issues Addressed
No linked issues for this release.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Full Changelog
v1.0.7
cli_script v1.0.7
Patch release — 2026-02-24
Changes
- CI workflow update — Updated CI workflow templates and configuration (
.runtime_ci/template_versions.json) to align with the latest tooling version. - Enhanced autodoc coverage — Configured
.runtime_ci/autodoc.jsonto generate documentation for the newly addedScript Coremodule (lib/src/) and enabled generation of examples and API references.
Contributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Upgrade
dart pub upgrade cli_scriptFull Changelog
v1.0.6
cli_script v1.0.6
Patch release — 2026-02-24
Improvements
- Automated formatting in CI — The GitHub Actions workflow has been updated (via
runtime_ci_toolingv0.11.3) to include anauto-formatjob. Instead of simply failing when code is unformatted, the CI will now automatically applydart format --line-length 120 lib/and push the formatting changes back to the branch.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.5
cli_script v1.0.5
Maintenance release — 2026-02-24
Maintenance
- Dependency sync — Updated the
runtime_ci_toolingdevelopment dependency tov0.11.0and aligned workflow metadata inpubspec.yamlto prepare for enterprise BYOK.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.4
cli_script v1.0.4
Bug fix release — 2026-02-23
Bug Fixes
- Update CI tooling — Updated the
runtime_ci_toolinggenerated GitHub Actions workflows and CI tracking variables fromv0.9.1tov0.11.2to ensure proper pipeline execution.
Upgrade
dart pub upgrade cli_scriptContributors
Thanks to everyone who contributed to this release:
Issues Addressed
No linked issues for this release.
Full Changelog
v1.0.3
cli_script v1.0.3
Maintenance release — 2026-02-23
Maintenance & Chores
- Workspace Enablement — Aligned the
runtime_ci_toolingdevelopment dependency by bumping it from^0.9.0to^0.10.0for workspace-mode dependency resolution consistency.
Issues Addressed
No linked issues for this release.
Contributors
Thanks to everyone who contributed to this release:
Upgrade
dart pub upgrade cli_script