Skip to content

Databind 0.6.2

Compare
Choose a tag to compare
@MysteryBlokHed MysteryBlokHed released this 11 Aug 00:12
· 41 commits to master since this release
ccb60e6

A bug fix mainly affecting Windows users and some tweaks to other parts of the repository

Documentation is available on Read The Docs.

To install the latest version of Databind, run cargo install databind.
To install the latest patch of Databind 0.6, run cargo install databind --version ~0.6.
To install Databind 0.6.2, run cargo install databind --version 0.6.2.
Alternatively, download one of the attached binaries.

Core changes

  • Fix NewLine token not being added with CRLF line endings (#110)

Other changes

  • Change Cargo.toml exclude to include (#113)
  • Update paths that trigger Build And Run workflow (#114)