Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 30, 2024
1 parent 1097c64 commit 07f6693
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v6.0.0 (2024-10-30)

### Breaking

* feat!: support components without sources ([`a81f5e8`](https://github.com/avengineers/spl-core/commit/a81f5e88f81f97218dd39ed28a764714211f76f8))

### Feature

* feat: add spl_add_external_component() ([`b71e4f7`](https://github.com/avengineers/spl-core/commit/b71e4f75cbfa9f7897d8aadcadc2d5941949f496))

* feat: add spl_add_named_component() ([`7614a2e`](https://github.com/avengineers/spl-core/commit/7614a2edf829e17999c4632fceb1cbdbcb3c31d5))

### Unknown

* Revert "feat: add spl_add_external_component()"

This reverts commit 91aae3e626355ef872e010fc6aeeb33f5ffc24d8. ([`1097c64`](https://github.com/avengineers/spl-core/commit/1097c64eae04377d6777435d730186e7dbb46b80))


## v5.0.0 (2024-09-23)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "SPL Core"
copyright = "2024, RMT"
author = "RMT"
release = "5.0.0"
release = "6.0.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spl-core"
version = "5.0.0"
version = "6.0.0"
description = "Software Product Line Support for CMake"
authors = ["Avengineers <karsten.guenther@kamg.de>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/spl_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.0"
__version__ = "6.0.0"

0 comments on commit 07f6693

Please sign in to comment.