aboutsummaryrefslogtreecommitdiff
path: root/examples/coroutines
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-05-11 15:01:09 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-05-11 15:01:09 -0400
commit761a483e28935f0bdee4658c37dfaa4606c2660a (patch)
tree2e0b76801f2838d568ebd7b9c76884599ada0744 /examples/coroutines
parent84c29ce5facc166515b80abf79f33b2ea21bf9fa (diff)
Add new system for tracking versions.
Diffstat (limited to 'examples/coroutines')
-rw-r--r--examples/coroutines/CHANGES.md5
-rw-r--r--examples/coroutines/README.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/examples/coroutines/CHANGES.md b/examples/coroutines/CHANGES.md
new file mode 100644
index 00000000..42ae752c
--- /dev/null
+++ b/examples/coroutines/CHANGES.md
@@ -0,0 +1,5 @@
+# Version History
+
+## v1.0
+
+Initial version
diff --git a/examples/coroutines/README.md b/examples/coroutines/README.md
index eef923e0..86b5dd00 100644
--- a/examples/coroutines/README.md
+++ b/examples/coroutines/README.md
@@ -6,7 +6,7 @@ This is a coroutine library built on top of a modified version of
## Example Usage
```tomo
-use coroutines
+use coroutines_v1.0
func main()
co := Coroutine(func()