]>
Commit | Line | Data |
---|---|---|
e4c7bafd RBR |
1 | # Changelog |
2 | All notable changes to this project will be documented in this file. | |
3 | ||
4 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |
5 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |
6 | ||
7 | ## [1.0.0] - 2020-09-20 | |
8 | ### Added | |
9 | - Functionality to execute graphs | |
10 | - Functionality to render graphs to graphviz | |
11 | - Test cases | |
12 | - Initial documentation | |
13 | ||
14 | [1.0.0]: https://gitlab.com/rbdr/grafn/releases/tag/v1.0.0 |