asam-ev / qc-openscenarioxml

6 stars 3 forks source link

Prepare v1.0.0-rc.1 release candidate #66

Closed hoangtungdinh closed 1 week ago

hoangtungdinh commented 1 week ago

Description

This PR is to prepare for the release candidate v1.0.0-rc.1.

Main changes

  1. Add release disclaimer
  2. Bumb version to v1.0.0-rc.1
  3. Remove the optional argument build_date when registering checker bundle.
  4. Add documentation about how to implement new checkers.
  5. Add quotation to example windows manifest to handle space (see https://github.com/asam-ev/qc-framework/issues/189)
  6. Fix https://github.com/asam-ev/qc-openscenarioxml/issues/65

How was the PR tested?

  1. Unit-test
  2. Manually check a xqar file. The build date and the version are updated correctly.
  3. Render the documentation locally.

Notes

This version still depends on the develop branch of asam-qc-baselib. When asam-qc-baselib has an official tag for v1.0.0-rc.1, the dependency will be updated.

Fix https://github.com/asam-ev/qc-opendrive/issues/108 Fix https://github.com/asam-ev/qc-openscenarioxml/issues/65