Skip to content

Commit

Permalink
5.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 Sep 23, 2024
1 parent 5ec41e2 commit a94e108
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



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

### Breaking

* feat!: disable inlining and keep inline function in build kit "test" (#156) ([`5ec41e2`](https://github.com/avengineers/spl-core/commit/5ec41e2370a366217e880a43c8ef4f843836ac30))


## v4.6.1 (2024-08-14)

### Fix
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 = "4.6.1"
release = "5.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 = "4.6.1"
version = "5.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__ = "4.6.1"
__version__ = "5.0.0"

0 comments on commit a94e108

Please sign in to comment.