From 627b73cf6bdc826ae2e2d5bd40636e2e97f44b85 Mon Sep 17 00:00:00 2001 From: ZigRazor Date: Thu, 1 Jun 2023 08:41:53 +0200 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index db279c9ae..198abc0a5 100755 --- a/README.md +++ b/README.md @@ -55,29 +55,31 @@ If you are interested, please contact us at zigrazor@gmail.com or contribute to | :heavy_check_mark: | Make CXXGraph MSVC-Compatible [#277](https://github.com/ZigRazor/CXXGraph/issues/277) | May 8, 2023 | | :heavy_check_mark: | All namespaces should be titlecase [#278](https://github.com/ZigRazor/CXXGraph/issues/278) | May 8, 2023 | | :heavy_check_mark: | Release 1.1.0 | May 8, 2023 | +| :heavy_check_mark: | Smart Pointers use [#234](https://github.com/ZigRazor/CXXGraph/issues/234) | Jun 1, 2023 | +| :heavy_check_mark: | Release 2.0.0 | Jun 1, 2023 | | :memo: |Switch to C++ 20 standard [#266](https://github.com/ZigRazor/CXXGraph/issues/266) | TBD | | :memo: | Markov Chain Algorithm [#107](https://github.com/ZigRazor/CXXGraph/issues/107) | TBD | -| :memo: | Release 1.2.1 | TBD | +| :memo: | Release 2.1.0 | TBD | | :memo: | FP-GraphMiner algorithm [#105](https://github.com/ZigRazor/CXXGraph/issues/105) | TBD | -| :memo: | Release 1.2.2 | TBD | +| :memo: | Release 2.1.1 | TBD | | :memo: | Tarjan's algorithm [#103](https://github.com/ZigRazor/CXXGraph/issues/103) | TBD | -| :memo: | Release 1.2.3 | TBD | +| :memo: | Release 2.1.2 | TBD | | :heavy_check_mark: | Graph Topological Sort [#104](https://github.com/ZigRazor/CXXGraph/issues/107) | Nov 3, 2022 | | :memo: | Official Site Release | TBD | -| :memo: | Release 1.3.0 | TBD | +| :memo: | Release 2.2.0 | TBD | | :memo: | Custom export and import [#19](https://github.com/ZigRazor/CXXGraph/issues/19) | TBD | | :memo: | Input & Output file format [#172](https://github.com/ZigRazor/CXXGraph/issues/172) | TBD | -| :memo: | Release 1.4.0 | TBD | +| :memo: | Release 2.3.0 | TBD | | :heavy_check_mark: | Multi-Thread implementation of BFS [#121](https://github.com/ZigRazor/CXXGraph/issues/121) | Dec 6, 2022 | -| :memo: | Release 1.5.1 | TBD | +| :memo: | Release 2.4. | TBD | | :grey_exclamation: | Thread Safe implementations of Boruvka, Prim & Kruskal algorithm [#128](https://github.com/ZigRazor/CXXGraph/issues/128) | Oct 5, 2022 | -| :memo: | Release 1.6.0 | TBD | +| :memo: | Release 2.5.0 | TBD | | :memo: | Edge-Cut Partition Algorithm [#183](https://github.com/ZigRazor/CXXGraph/issues/183) | TBD | -| :memo: | Release 1.6.1 | TBD | +| :memo: | Release 2.5.1 | TBD | | :heavy_check_mark: | WB-Libra Parttition Algorithm [#178](https://github.com/ZigRazor/CXXGraph/issues/178) | Nov 25, 2022 | -| :memo: | Release 1.7.0 | TBD | +| :memo: | Release 2.6.0 | TBD | | :memo: | Introduce Hypergraph [#122](https://github.com/ZigRazor/CXXGraph/issues/122) | TBD | -| :memo: | Stable Release 2.0.0 | TBD | +| :memo: | Stable Release 3.0.0 | TBD | | :memo: | TBD | TBD | ## Table of Contents