blob: 34cd619e1a38402c28bac83bd51cf2dd52c7ff60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.2] - 2020-09-21
### Added
- Sonarcloud config and CI step
## [1.0.1] - 2020-09-20
### Added
- Gitlab CI config
## [1.0.0] - 2020-09-20
### Added
- Functionality to execute graphs
- Functionality to render graphs to graphviz
- Test cases
- Initial documentation
[1.0.2]: https://gitlab.com/rbdr/cologne/-/compare/v1.0.0...v1.0.2
[1.0.1]: https://gitlab.com/rbdr/cologne/-/compare/v1.0.0...v1.0.1
[1.0.0]: https://gitlab.com/rbdr/grafn/releases/tag/v1.0.0
|