diff options
author | Andinus <andinus@nand.sh> | 2021-11-25 10:00:30 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-25 10:00:30 +0530 |
commit | 3be687681360a99ae3ff3c2790c39b777fc5750b (patch) | |
tree | cb695183b5129947255ff479ce51e5a73c6b8860 | |
parent | a376ba58ea93d31a6cda5d13dd02021366b955eb (diff) | |
download | fornax-0.2.0.tar.gz |
Add v0.2.0 Release Notes v0.2.0
-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. |