From 022b4a018f4d8aab13af0a11a70b3fa2202bc1ef Mon Sep 17 00:00:00 2001
From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com>
Date: Wed, 12 Jun 2024 19:10:54 +0200
Subject: [PATCH] Added a todo for 0.4.1.
---
TODO.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/TODO.md b/TODO.md
index 8a5bf00..549c071 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,6 +2,16 @@
Here will be kept all of the various todos for this project, organized by release.
+## 0.4.1
+
+- [ ] `Text` component for simply rendering Text objects. Can be used as such:
+```
+
+
+
+```
+- [ ] Update groowt to 0.1.1.
+
## Future
### Add
@@ -53,4 +63,4 @@ Here will be kept all of the various todos for this project, organized by releas
assert post.path == 'blog/post.md'
assert post.targetPath = 'blog/post.html'
// as well as some other information, perhaps such as the Type, extension, *etc.*
- ```
\ No newline at end of file
+ ```