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