= Changelog
// See https://github.com/CodeLenny/changelog-template for information about this format.
// :github:
:gitlab:
:host: https://github.com
:owner: rusty-nrf
:project: transformation-pipeline
:first-commit: d59589979979533f351d27ba926bc8f00d3feccb
:latest-version: v0.1.0
ifdef::github[]
:repo-url: https://github.com/{owner}/{project}
:repo-compare: {repo-url}/compare/
:repo-changelog: {repo-url}/blob/master/CHANGELOG.adoc
:compare-split: ...
endif::[]
ifdef::gitlab[]
:repo-url: https://gitlab.com/{owner}/{project}
:repo-compare: {repo-url}/compare/
:compare-split: ...
endif::[]
ifdef::latest-version[]
== link:{repo-compare}{latest-version}{compare-split}HEAD[Unreleased]
endif::[]
ifndef::latest-version[]
ifdef::first-commit[]
== link:{repo-compare}{first-commit}{compare-split}HEAD[Unreleased]
endif::[]
ifndef::first-commit[]
== Unreleased
endif::[]
endif::[]
=== Modified
- CI: Moved `publish` job to `publish` stage
:version: v0.1.0
:version-date: 2017-12-22
:previous-version: {first-commit}
:version-file-url: {repo-url}/tree/{version}
:version-diff-url: {repo-compare}{previous-version}{compare-split}{version}
:version-log-url: {repo-changelog}#{version}---{version-date}
== link:{version-file-url}[{version} - {version-date}]
link:{version-file-url}[Code] (link:{version-diff-url}[Diff]) | link:{version-log-url}[Changelog]
Initial Release.
### Added
- Project description
- List of features
- Alternatives
- Setup for Rust/Cargo
- Basics of pipeline stages, pipeline actions, and a pipeline runner.
- Testing stage for CI.
- Documentation of usage and all potential actions.