Skip to content

Releases: jtracey/weechat-relay-rs

0.3.0

11 Feb 05:27
8872756
Compare
Choose a tag to compare

This is another breaking change, since the new version of nom no longer provides a verbose error type. This should be an easier change than the last one (e.g., the cli program didn't require any changes at all), but I separated the releases to make it easier to adjust to each individually.

0.2.0

11 Feb 04:09
d24d61f
Compare
Choose a tag to compare

Aside from miscellaneous other fixes, the main change here is for adding support for escaped inputs (which allows for multi-line inputs). This is necessarily a breaking change. See 6c6009c for details of the changes, or you can rely on the updated docs.