@@ -7,6 +7,85 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.8.4] ( https://github.com/theseus-rs/file-type/compare/v0.8.3...v0.8.4 ) - 2025-04-03
11+
12+ ### Other
13+ - update to Rust 1.86.0
14+
15+ ## [ 0.8.3] ( https://github.com/theseus-rs/file-type/compare/v0.8.2...v0.8.3 ) - 2025-04-01
16+
17+ ### Added
18+ - update formats
19+
20+ ## [ 0.8.2] ( https://github.com/theseus-rs/file-type/compare/v0.8.1...v0.8.2 ) - 2025-03-27
21+
22+ ### Fixed
23+ - correct wikidata query to include executable file formats
24+
25+ ## [ 0.8.1] ( https://github.com/theseus-rs/file-type/compare/v0.8.0...v0.8.1 ) - 2025-03-21
26+
27+ ### Added
28+ - update file types
29+
30+ ### Other
31+ - add custom compression tests
32+
33+ ## [ 0.8.0] ( https://github.com/theseus-rs/file-type/compare/v0.7.6...v0.8.0 ) - 2025-03-15
34+
35+ ### Other
36+ - remove custom formats in favor of wikidata formats
37+
38+ ## [ 0.7.6] ( https://github.com/theseus-rs/file-type/compare/v0.7.5...v0.7.6 ) - 2025-03-11
39+
40+ ### Added
41+ - enable docs for id and source type
42+
43+ ## [ 0.7.5] ( https://github.com/theseus-rs/file-type/compare/v0.7.4...v0.7.5 ) - 2025-03-11
44+
45+ ### Added
46+ - update wikidata export to support file types without extensions
47+
48+ ## [ 0.7.4] ( https://github.com/theseus-rs/file-type/compare/v0.7.3...v0.7.4 ) - 2025-03-07
49+
50+ ### Added
51+ - update iana, linguist and wikidata file types
52+
53+ ## [ 0.7.3] ( https://github.com/theseus-rs/file-type/compare/v0.7.2...v0.7.3 ) - 2025-02-26
54+
55+ ### Added
56+ - update pronom definitions
57+ - update wikidata definitions
58+ - update linguist definitions
59+
60+ ## [ 0.7.2] ( https://github.com/theseus-rs/file-type/compare/v0.7.1...v0.7.2 ) - 2025-02-20
61+
62+ ### Added
63+ - update file types
64+ - update to Rust 2024 edition
65+
66+ ## [ 0.7.1] ( https://github.com/theseus-rs/file-type/compare/v0.7.0...v0.7.1 ) - 2025-02-16
67+
68+ ### Added
69+ - update wikidata formats (add CBOR)
70+
71+ ## [ 0.7.0] ( https://github.com/theseus-rs/file-type/compare/v0.6.0...v0.7.0 ) - 2025-02-10
72+
73+ ### Added
74+ - add no_std support
75+
76+ ### Fixed
77+ - suppress duplicate wikidata signatures
78+ - address performance regression
79+ - correct benchmark file path
80+
81+ ### Other
82+ - [ ** breaking** ] remove tokio support
83+ - refactor to use phf maps
84+ - remove file types vector to reduce runtime memory utilization
85+ - move file type document generation to test_data crate
86+ - update test data generator to generate pronom test data
87+ - create test data generation crate
88+
1089## [ 0.6.0] ( https://github.com/theseus-rs/file-type/compare/v0.5.2...v0.6.0 ) - 2025-02-08
1190
1291### Other
0 commit comments