File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11= Versioning
22
3- The version number is defined in `InterfaceVersion::version_number` in `osi_common .proto` as the field’s default value.
3+ The version number is defined in `InterfaceVersion::version_number` in `osi_version .proto` as the field’s default value.
44
55OSI uses https://semver.org/[Semantic Versioning].
66
@@ -13,7 +13,7 @@ Major changes include:
1313Example: `optional double field = 1;` changes to `repeated double field = 1;` .
1414* Changing the definition of units or the interpretation of a field.
1515* Deleting a field and reusing the field number.
16- * Changing the technology from Protocol Buffer to FlatBuffer .
16+ * Changing the technology from Protocol Buffers to FlatBuffers .
1717
1818Minor::
1919A change of the minor version indicates remaining compatibility to previously recorded files.
You can’t perform that action at this time.
0 commit comments