From 7686bc9a3bc9d751f6aca8b0445dae15097fd6d7 Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Thu, 13 Jul 2023 12:48:11 +0200 Subject: [PATCH] chore: updated changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c74ab2fff..68851d56fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # igraph C library changelog -## [master] +## [0.10.6] - 2023-07-13 ### Fixed @@ -1181,7 +1181,8 @@ Some of the highlights are: - Provide proper support for Windows, using `__declspec(dllexport)` and `__declspec(dllimport)` for `DLL`s and static usage by using `#define IGRAPH_STATIC 1`. - Provided integer versions of `dqueue` and `stack` data types. -[master]: https://github.com/igraph/igraph/compare/0.10.5..master +[master]: https://github.com/igraph/igraph/compare/0.10.6..master +[0.10.6]: https://github.com/igraph/igraph/compare/0.10.5..0.10.6 [0.10.5]: https://github.com/igraph/igraph/compare/0.10.4..0.10.5 [0.10.4]: https://github.com/igraph/igraph/compare/0.10.3..0.10.4 [0.10.3]: https://github.com/igraph/igraph/compare/0.10.2..0.10.3