[0.5.0] - 2023-12-20
Changed
- Updated to SOFA release 2023-10-11 (PR 3, Credit: @strizel)
- Updated
build.rs
to use glob to grab all c-files to remove need to manually add files to bindings if more SOFA routines are added in the future - Remove hard-coded unit tests from
lib.rs
for specific routines. Coverage should be automated and complete, or not present to highlight testing gap.