File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " opensomeip"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88description = " Python bindings for the opensomeip C++ SOME/IP stack"
99readme = " README.md"
1010license = " Apache-2.0"
@@ -58,7 +58,7 @@ wheel.packages = ["src/opensomeip"]
5858cmake.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 ]
6464testpaths = [" tests" ]
@@ -145,4 +145,4 @@ name = "Miscellaneous"
145145showcontent = false
146146
147147[tool .opensomeip ]
148- opensomeip-version = " 0.1.2 "
148+ opensomeip-version = " 0.1.3 "
You can’t perform that action at this time.
0 commit comments