Verified Commit badd7a14 authored by Dan Jones's avatar Dan Jones
Browse files

chore: fix changelog after incorrect merge

Previous release wasn't rebased onto dev
parent 83e5783e
Pipeline #229619 failed with stages
in 1 minute and 18 seconds
...@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed ### Changed
- Updated README to run tests against JS dependencies - Updated README to run tests against JS dependencies
- Use discover to find all unit tests
- Run tests against current format definitions
- Test that formats match saved schema
- Run python and javascript tests in CI
- Refactor schema script to remove invalid definitions object automatically
- Refactor generate_schema_config script to output file on -f flag
## [v0.2.0] - 2024-02-06 ## [v0.2.0] - 2024-02-06
...@@ -19,15 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -19,15 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Emergency flag in mission plan schemas - Emergency flag in mission plan schemas
- Added additional battery and fuel fields to platform status for SPINE project - Added additional battery and fuel fields to platform status for SPINE project
### Changed
- Refactor schema script to remove invalid definitions object automatically
- Refactor generate_schema_config script to output file on -f flag
- Use discover to find all unit tests
- Run tests against current format definitions
- Test that formats match saved schema
- Run python and javascript tests in CI
## [v0.1.0] - 2023-03-24 ## [v0.1.0] - 2023-03-24
### Added ### Added
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment