Skip to content

Commit 1ab129b

Browse files
committed
v1.3.0
1 parent a09ff25 commit 1ab129b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - 1.2.5
8+
## [Unreleased] - 1.3.0
99

1010
### Added
1111
- **Maximum Flow (`yog/max_flow`)**: Edmonds-Karp algorithm with `edmonds_karp()` and `min_cut()` functions. Supports generic numeric types. Examples: `network_bandwidth.gleam`, `job_matching.gleam`.
@@ -83,7 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8383
- Connected components: Tarjan's SCC
8484
- Graph transformations: transpose, map, filter, merge
8585

86-
[1.2.5]: https://github.com/code-shoily/yog/compare/v1.2.4...v1.2.5
86+
[1.3.0]: https://github.com/code-shoily/yog/compare/v1.2.4...v1.3.0
8787
[1.2.4]: https://github.com/code-shoily/yog/compare/v1.2.3...v1.2.4
8888
[1.2.3]: https://github.com/code-shoily/yog/compare/v1.2.2...v1.2.3
8989
[1.2.2]: https://github.com/code-shoily/yog/compare/v1.2.1...v1.2.2

gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "yog"
2-
version = "1.2.5"
2+
version = "1.3.0"
33
description = "Graph algorithm library: Dijkstra, A*, Bellman-Ford, Floyd-Warshall, BFS/DFS, MST, min-cut (Stoer-Wagner), topological sort, SCC, bridges & articulation points. Disjoint Set/Union-Find. Grid builder for 2D pathfinding. O(1) transpose. Mermaid/DOT visualization."
44
licences = ["Apache-2.0"]
55
repository = { type = "github", user = "code-shoily", repo = "yog" }

0 commit comments

Comments
 (0)