File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 1.0.1] - 2025-02-25
11+
12+ ### Fixed
13+ - Fixed stack overflow caused by depth first search algorithm
14+ by making it non-recursive.
15+
16+ ## [ 1.0.0] - 2024-10-25
17+
18+ ### Added
19+ - Initial release of the project.
20+ - Basic graph data structure implementation.
21+ - Unit tests for graph operations.
Original file line number Diff line number Diff line change 33 "name" : " guida-lang/graph" ,
44 "summary" : " An Elm graph type implementation, inspired by Haskell's Data.Graph" ,
55 "license" : " BSD-3-Clause" ,
6- "version" : " 1.0.0 " ,
6+ "version" : " 1.0.1 " ,
77 "exposed-modules" : [
88 " Data.Graph"
99 ],
You can’t perform that action at this time.
0 commit comments