diff options
-rw-r--r-- | README | 19 | ||||
-rw-r--r-- | README.org | 8 |
2 files changed, 23 insertions, 4 deletions
diff --git a/README b/README index 49b5bea..dbfd10d 100644 --- a/README +++ b/README @@ -21,8 +21,9 @@ Table of Contents .. 3. Project Structure 5. Bugs 6. News -.. 1. v0.1.1 - 2021-11-16 -.. 2. v0.1.0 - 2021-11-03 +.. 1. v0.2.0 - 2021-11-25 +.. 2. v0.1.1 - 2021-11-16 +.. 3. v0.1.0 - 2021-11-03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ @@ -256,7 +257,17 @@ Writings: 6 News ══════ -6.1 v0.1.1 - 2021-11-16 +6.1 v0.2.0 - 2021-11-25 +─────────────────────── + + ⁃ Add demo videos. + ⁃ Add more solutions. + ⁃ Implement BFS in Java. + ⁃ Implement DFS in Raku. + ⁃ Add basic tests. + + +6.2 v0.1.1 - 2021-11-16 ─────────────────────── ⁃ Add option to skip generating slideshow. @@ -269,7 +280,7 @@ Writings: ⁃ Add more solutions. -6.2 v0.1.0 - 2021-11-03 +6.3 v0.1.0 - 2021-11-03 ─────────────────────── ⁃ Initial implementation: diff --git a/README.org b/README.org index f00a887..aabb3a6 100644 --- a/README.org +++ b/README.org @@ -190,6 +190,14 @@ columns is known, the whole grid should be printed in a single line. * News +** v0.2.0 - 2021-11-25 + ++ Add demo videos. ++ Add more solutions. ++ Implement BFS in Java. ++ Implement DFS in Raku. ++ Add basic tests. + ** v0.1.1 - 2021-11-16 + Add option to skip generating slideshow. |