]>
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 | ||
07b92950 RBR |
7 | ## [1.0.1] - 2020-09-20 |
8 | ### Added | |
9 | - Gitlab CI config | |
10 | ||
e4c7bafd RBR |
11 | ## [1.0.0] - 2020-09-20 |
12 | ### Added | |
13 | - Functionality to execute graphs | |
14 | - Functionality to render graphs to graphviz | |
15 | - Test cases | |
16 | - Initial documentation | |
17 | ||
18 | [1.0.0]: https://gitlab.com/rbdr/grafn/releases/tag/v1.0.0 |