From 20ca7fafe00e2df86cac2dba9e30708bee736405 Mon Sep 17 00:00:00 2001 From: ZigRazor Date: Thu, 28 Sep 2023 09:09:09 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9612eeaa3..e87320fc6 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ Share on [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style= **CXXGraph** is a small library, header only, that manages the Graph and it's algorithms in **C++**. In other words a "Comprehensive C++ Graph Library". An alternative to [Boost Graph Library (BGL)](https://www.boost.org/doc/libs/1_77_0/libs/graph/doc/index.html). +## Warning ⚠️ + +*From the official release v2.0.0 we make some API break changes.* + +A new major will be released after the Hacktoberfest, on 1st November. 📅 + +In the meantime the main branch is updated with the last API interface. + ## Hacktoberfest Also this year we partecipating to the Hacktoberfest. From fc5999669e1ee528d95057e057b05c4f95a66449 Mon Sep 17 00:00:00 2001 From: ZigRazor Date: Thu, 28 Sep 2023 09:43:57 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e87320fc6..0562f7c96 100755 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ An alternative to [Boost Graph Library (BGL)](https://www.boost.org/doc/libs/1_7 ## Warning ⚠️ -*From the official release v2.0.0 we make some API break changes.* +*From the official release v2.0.0 we make some API breaking changes.* A new major will be released after the Hacktoberfest, on 1st November. 📅 -In the meantime the main branch is updated with the last API interface. +In the meantime the main branch is updated with the lastest API interface. ## Hacktoberfest