Skip to content

Commit

Permalink
4.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 18, 2024
1 parent 725fb18 commit 8c89288
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v4.1.2 (2024-04-18)

### Fix

* fix: add creation of artifacts to spl_build ([`e4f3d17`](https://github.com/avengineers/spl-core/commit/e4f3d17d363a5219250bed4d3ff073cb2da89b5c))

### Unknown

* Merge pull request #135 from avengineers/133-integrate-creation-of-artifacts

fix: add creation of artifacts to spl_build ([`725fb18`](https://github.com/avengineers/spl-core/commit/725fb1888e6ee392c24e16409755492aca3e4c75))


## v4.1.1 (2024-04-17)

### Documentation
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.1.1"
release = "4.1.2"

# -- 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.1.1"
version = "4.1.2"
description = "Software Product Line Support for CMake"
authors = ["Avengineers <[email protected]>"]
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.1.1"
__version__ = "4.1.2"

0 comments on commit 8c89288

Please sign in to comment.