Skip to content

Commit

Permalink
Release v2.14.0 (#350)
Browse files Browse the repository at this point in the history
This PR was created by the [Changie release GitHub
action](https://github.com/labd/changie-release-action). When you're
ready to do a release, you can merge this and the tag v2.14.0 will be
created and the release.yaml workflow will be started. If you're not
ready to do a release yet, that's fine, whenever you add more changes to
main, this PR will be updated.

# Releases
## v2.14.0 (2023-12-19)
### Added
* Added command to output graph in dot language
* Reworked state handling to allow for separate state per component
* Added parallelism to runners
* Added change detection when processing nodes
  • Loading branch information
demeyerthom authored Dec 19, 2023
2 parents 88c3184 + 38477ac commit 5f5ccca
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20231023-131006.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20231109-164830.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20231116-160541.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20231120-132553.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/v2.14.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v2.14.0 (2023-12-19)
### Added
* Added command to output graph in dot language
* Reworked state handling to allow for separate state per component
* Added parallelism to runners
* Added change detection when processing nodes
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v2.14.0 (2023-12-19)
### Added
* Added command to output graph in dot language
* Reworked state handling to allow for separate state per component
* Added parallelism to runners
* Added change detection when processing nodes
## v2.13.0 (2023-12-12)
### Added
* Added option to run mach-composer plan without lock on state file
Expand Down

0 comments on commit 5f5ccca

Please sign in to comment.