Skip to content

Release 0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 07:03
· 10 commits to main since this release
v0.3.0
116eb15

Once again, this release was cut to ensure generated code passes lints.

Breaking changes

  • Changed TreeMatcher::new() to accept std::fmt::Display instead of AsRef<str>, since we convert to a String with to_string() regardless. This is very unlikely to break anything.
  • Changed TreeNode::render_iter() to accept std::fmt::Display instead of AsRef<str>, since we use the parameters in format strings. This is very unlikely to break anything.

Changes