File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
crates/modular-decomposition Expand file tree Collapse file tree 1 file changed +35
-0
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+
7+ ## [ Unreleased]
8+
9+ ### Added
10+
11+ + CI: check, test, fmt and clippy
12+ + CI: coverage reporting with Coveralls
13+ + ` md_tree::ModuleIndex ` is now ` pub `
14+ + ` md_tree::ModuleIndex ` now has ` new ` and ` index ` methods to convert to and from ` usize `
15+ + Changelog.md
16+
17+ ### Changed
18+
19+ + Docs
20+ + ` ModuleKind ` and ` MDTree ` are now generic over ` NodeId ` . The output type of ` modular_decomposition ` is now dependent
21+ on the ` GraphBase::NodeId ` type of the input graph.
22+
23+ ### Removed
24+
25+ + ` md_tree::NodeIndex ` is now ` pub(crate) ` instead of ` pub `
26+
27+ ## [ 0.1.0] - 2024-03-12
28+
29+ ### Added
30+
31+ + Initial release
32+
33+ [ unreleased ] : https://github.com/jonasspinner/modular-decomposition/compare/v0.1.0...HEAD
34+
35+ [ 0.1.0 ] : https://github.com/jonasspinner/modular-decomposition/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments