diff --git a/CHANGELOG.md b/CHANGELOG.md index deee20b5c..d1aac435c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # News -## dev - unreleased +We follow SemVer as most of the Julia ecosystem. Below you might see the "breaking" label even for minor version bumps -- we use it a bit more loosely to denote things that are not breaking by SemVer's definition but might cause breakage to people using internal or experimental APIs or undocumented implementation details. + +## v1.14.0 - 2026-02-26 - **(breaking)** `neighbors`, `inneighbors`, and `outneighbors` now return an immutable `FrozenVector` instead of `Vector` - Louvain community detection algorithm - Graph views: `ReverseView` and `UndirectedView` for directed graphs diff --git a/Project.toml b/Project.toml index 9ef12054b..1ff85172b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Graphs" uuid = "86223c79-3864-5bf0-83f7-82e725a168b6" -version = "1.13.4" +version = "1.14.0" [deps] ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"