Skip to content

Commit

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



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

### Documentation

* docs: update SPLE glossary with latest workshop outcome ([`c1e51db`](https://github.com/avengineers/spl-core/commit/c1e51db995b393faa353eabf050d27c0310ea6b9))

### Fix

* fix: adapt artifacts pathes ([`9a5d9fe`](https://github.com/avengineers/spl-core/commit/9a5d9fec04c08c82a55200dce2b818a229724fa9))

### Unknown

* Merge pull request #131 from avengineers/130-base_variant_test_runner-not-working-in-spled

fix: adapt artifacts pathes ([`bdae97a`](https://github.com/avengineers/spl-core/commit/bdae97a3cb257e07f72d5e71aa0583a1f7d34176))


## v4.1.0 (2024-04-15)

### 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.1.0"
release = "4.1.1"

# -- 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.0"
version = "4.1.1"
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.0"
__version__ = "4.1.1"

0 comments on commit 46a1b36

Please sign in to comment.