Skip to content

Releases: mbrubeck/tree_magic

v3.0.0

09 Apr 04:00
Compare
Choose a tag to compare
  • Split GPL-licensed files into a separate optional dependency. The main crate is now MIT-licensed, and searches for data files installed on the system at run-time by default.

    If you enable the with-gpl-data feature, then the data files will be hard-coded into the library at compile time. Programs that use this feature must be distributed according to the terms of the GNU GPL 2.0 or later.

    Thank you to @bradfier for noticing the licensing issues and implementing this fix (#1).

v2.0.0

29 Mar 17:09
Compare
Choose a tag to compare
  • Re-license under the GNU GPL 2.0 or later. (This library includes files derived from the xdg-shared-mime-info project, which can only be distributed under the GPL. Previous versions which were published under an incorrect license have been yanked from crates.io.)

v1.0.1

09 Jan 18:56
Compare
Choose a tag to compare
  • Upgrade to nom 6