To add pddl/0.1.0 to your project, run
cargo add [email protected]
or use
[dependencies]
pddl = "0.1.0"
To install the latest version, run
cargo add pddl
Changes since 0.7.0
This release mainly improves on the reported code coverage and covers some additional edge cases with tests. In addition, the version was raised from 0.0.x
to 0.1.0
to be a bit less intimidating. Full Changelog: 0.0.7...v0.1.0.
Internal
- #84: Added code coverage tracking and improved test coverage.
- #83: Added tea constitution file.