Skip to content

Commit

Permalink
chore: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed May 6, 2024
1 parent 66f038e commit 9e77170
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# igraph C library changelog

## [master]
## [0.10.12] - 2024-05-06

### Added

Expand Down Expand Up @@ -1350,7 +1350,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.11..master
[master]: https://github.com/igraph/igraph/compare/0.10.12..master
[0.10.12]: https://github.com/igraph/igraph/compare/0.10.11..0.10.12
[0.10.11]: https://github.com/igraph/igraph/compare/0.10.10..0.10.11
[0.10.10]: https://github.com/igraph/igraph/compare/0.10.9..0.10.10
[0.10.9]: https://github.com/igraph/igraph/compare/0.10.8..0.10.9
Expand Down

0 comments on commit 9e77170

Please sign in to comment.