From 761a483e28935f0bdee4658c37dfaa4606c2660a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 May 2025 15:01:09 -0400 Subject: Add new system for tracking versions. --- lib/shell/CHANGES.md | 5 +++++ lib/shell/README.md | 2 +- lib/shell/shell.tm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 lib/shell/CHANGES.md (limited to 'lib/shell') diff --git a/lib/shell/CHANGES.md b/lib/shell/CHANGES.md new file mode 100644 index 00000000..42ae752c --- /dev/null +++ b/lib/shell/CHANGES.md @@ -0,0 +1,5 @@ +# Version History + +## v1.0 + +Initial version diff --git a/lib/shell/README.md b/lib/shell/README.md index 4adb8cff..d4bcd42e 100644 --- a/lib/shell/README.md +++ b/lib/shell/README.md @@ -3,7 +3,7 @@ This module defines a `lang` for running shell scripts: ```tomo -use shell +use shell_v1.0 >> $Shell" seq 5 diff --git a/lib/shell/shell.tm b/lib/shell/shell.tm index da03f843..f9476161 100644 --- a/lib/shell/shell.tm +++ b/lib/shell/shell.tm @@ -1,4 +1,4 @@ -use commands +use commands_v1.0 lang Shell convert(text:Text -> Shell) -- cgit v1.2.3