Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 30, 2024
1 parent c19e220 commit 93081fd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v4.4.0 (2024-04-30)

### Documentation

* docs: update readme and example project generation ([`c19e220`](https://github.com/avengineers/spl-core/commit/c19e22052e9f8ecd9a15b0af16a8c4bb6d0f6f92))

### Feature

* feat: add linker config to model file ([`eb06294`](https://github.com/avengineers/spl-core/commit/eb06294a3e28c2981a2165d352f505051ec61493))


## v4.3.0 (2024-04-30)

### Feature
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 = "2023, RMT"
author = "RMT"
release = "4.3.0"
release = "4.4.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 = "4.3.0"
version = "4.4.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__ = "4.3.0"
__version__ = "4.4.0"

0 comments on commit 93081fd

Please sign in to comment.