Releases: tgecho/canrun_rs
Releases · tgecho/canrun_rs
v0.5.0
What's Changed
- Add negation with a
not
goal by @tgecho in #18 - Add a port of a reindeer puzzle as an example by @tgecho in #17
- Update criterion requirement from 0.4.0 to 0.5.1 by @dependabot in #19
- Turn on most pedantic clippy lints by @tgecho in #20
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Rewrote the core to eliminate the entire domain concept. Now any types that implement the Unify
trait can be added to a state at any time. Apart from some minor renaming and shifting, the basic concepts have stayed largely the same. Most externally visible changes involve a bunch of simplified types.
v0.3.0
Initial Release
v0.1.0 Update dependencies