Skip to content

Commit ab60959

Browse files
authored
Merge pull request #513 from OpenSimulationInterface/fix/osi-3-3-0-version-wrong
Fix old version info in release 3.3.0
2 parents 358c2c7 + d80bb46 commit ab60959

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ The Open Simulation Interface <sup>[[1]](https://www.hot.ei.tum.de/forschung/aut
77

88
As the complexity of automated driving functions rapidly increases, the requirements for test and development methods are growing. Testing in virtual environments offers the advantage of completely controlled and reproducible environment conditions.
99

10-
In this context, OSI defines generic interfaces to ensure modularity, integrability, and interchangeability of the individual components:
11-
![](doc/images/osicontextwiki.png)
12-
1310
For more information on OSI see the [official documentation](https://opensimulationinterface.github.io/osi-documentation/) or the [official reference documentation](https://opensimulationinterface.github.io/open-simulation-interface/) for defined protobuf messages.
1411

1512
[1] Hanke, T., Hirsenkorn, N., van-Driesten, C., Garcia-Ramos, P., Schiementz, M., Schneider, S. & Biebl, E. (2017, February 03). *A generic interface for the environment perception of automated driving functions in virtual scenarios.* Retrieved January 25, 2020, from https://www.hot.ei.tum.de/forschung/automotive-veroeffentlichungen/

VERSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR = 3
2-
VERSION_MINOR = 2
3-
VERSION_PATCH = 0
2+
VERSION_MINOR = 3
3+
VERSION_PATCH = 1

doc/releases/v03.03.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,12 @@ the introduction of brand new top level messages which extend OSI's scope beyond
3131
- Update the documentation of ground clearance.
3232

3333
- Make handling of enums in rules check more robust, especially ones.
34-
- Set the default compiler to C++ 11 to support protobuf>3.6.
34+
- Set the default compiler to C++ 11 to support protobuf>3.6.
35+
36+
`v3.3.1 - OSI "Fabulous Fangio", Update 1 <https://github.com/OpenSimulationInterface/open-simulation-interface/releases/tag/v3.3.1>`_
37+
==========================================
38+
39+
`Content/Changes <https://github.com/OpenSimulationInterface/open-simulation-interface/milestone/18?closed=1>`_:
40+
---------------------------------------------------------------------------------------------------------------------------------------------
41+
- **Bug Fix**: Fixed outdated version information in VERSION file in 3.3.0. This lead to wrong versioning in proto definitions and Doxygen documentation.
42+
- **Bug Fix**: Removed outdated picture in README.md.

0 commit comments

Comments
 (0)