Skip to content

Commit

Permalink
Preparing for VSS 3.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Mar 1, 2023
1 parent a6c8004 commit af4f6a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Warning: Attribute(s) enum in element Position not a core or known extended attr
The signals in `Vehicle.Cabin.Seat` have been significantly refactored.
The background is that the old representation included limitations and ambiguities.

## VSS 3.1 (Latest Release)
## VSS 3.1

### Struct Support (Experimental)

Expand Down Expand Up @@ -151,6 +151,11 @@ Warning: Attribute(s) sensor in element Temperature not a core or known extended
After discussion it was agreed that it is better to have a signal for start time rather than duration.
* Refactoring of signals in `Vehicle.Body.Lights` branch performed, some signals have new names.

## VSS 3.1.1

Patch to add description to "Vehicle.Body.Lights.Brake", required according to VSS syntax.
Apart from that identical to VSS 3.1.

## Planned Changes VSS 4.0

### Struct Support (Official)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1
3.1.1
2 changes: 1 addition & 1 deletion spec/Vehicle/Vehicle.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ VersionVSS.Minor:
VersionVSS.Patch:
datatype: uint32
type: attribute
default: 0
default: 1
description: Supported Version of VSS - Patch version.

VersionVSS.Label:
Expand Down

0 comments on commit af4f6a4

Please sign in to comment.