Skip to content

Commit d06e564

Browse files
committed
chore: release v0.1.3
1 parent c00633e commit d06e564

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
<!-- towncrier release notes start -->
99

10+
## [0.1.3](https://github.com/vtz/opensomeip-python/releases/tag/v0.1.3) - 2026-03-30
11+
12+
### Miscellaneous
13+
14+
- Update opensomeip C++ submodule to v0.0.4.
15+
1016
## [0.1.2](https://github.com/vtz/opensomeip-python/releases/tag/v0.1.2) - 2026-03-15
1117

1218
### Bug Fixes

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "opensomeip"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Python bindings for the opensomeip C++ SOME/IP stack"
99
readme = "README.md"
1010
license = "Apache-2.0"
@@ -58,7 +58,7 @@ wheel.packages = ["src/opensomeip"]
5858
cmake.build-type = "Release"
5959

6060
[tool.scikit-build.cmake.define]
61-
OPENSOMEIP_PYTHON_VERSION = "0.1.2"
61+
OPENSOMEIP_PYTHON_VERSION = "0.1.3"
6262

6363
[tool.pytest.ini_options]
6464
testpaths = ["tests"]
@@ -145,4 +145,4 @@ name = "Miscellaneous"
145145
showcontent = false
146146

147147
[tool.opensomeip]
148-
opensomeip-version = "0.1.2"
148+
opensomeip-version = "0.1.3"

0 commit comments

Comments
 (0)