Skip to content

Commit ae45c5d

Browse files
committed
Added CHANGELOG.md
1 parent f52e19c commit ae45c5d

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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

0 commit comments

Comments
 (0)