Skip to content

Commit d964ef2

Browse files
Merge pull request #135 from theseus-rs/release-plz-2025-05-31T04-34-17Z
chore: release v0.8.7
2 parents 5c1ff7c + 92c8995 commit d964ef2

File tree

11 files changed

+22
-17
lines changed

11 files changed

+22
-17
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.7](https://github.com/theseus-rs/file-type/compare/v0.8.6...v0.8.7) - 2025-05-31
11+
12+
### Other
13+
- update file formats
14+
1015
## [0.8.6](https://github.com/theseus-rs/file-type/compare/v0.8.5...v0.8.6) - 2025-05-15
1116

1217
### Other

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ keywords = ["file", "file-type", "format"]
3131
license = "Apache-2.0 OR MIT"
3232
repository = "https://github.com/theseus-rs/file-type"
3333
rust-version = "1.87.0"
34-
version = "0.8.6"
34+
version = "0.8.7"
3535

3636
[workspace.dependencies]
3737
anyhow = "1.0.98"

export/httpd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version.workspace = true
77

88
[dependencies]
99
anyhow = { workspace = true }
10-
file_type = { path = "../../file_type", version = "0.8.6" }
10+
file_type = { path = "../../file_type", version = "0.8.7" }
1111
reqwest = { workspace = true, features = ["blocking"] }
1212
source_generator = { path = "../source_generator", version = "0.1.0" }
1313
tracing = { workspace = true }

export/iana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version.workspace = true
88
[dependencies]
99
anyhow = { workspace = true }
1010
csv = { workspace = true }
11-
file_type = { path = "../../file_type", version = "0.8.6" }
11+
file_type = { path = "../../file_type", version = "0.8.7" }
1212
reqwest = { workspace = true, features = ["blocking"] }
1313
source_generator = { path = "../source_generator", version = "0.1.0" }
1414
tracing = { workspace = true }

export/linguist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version.workspace = true
77

88
[dependencies]
99
anyhow = { workspace = true }
10-
file_type = { path = "../../file_type", version = "0.8.6" }
10+
file_type = { path = "../../file_type", version = "0.8.7" }
1111
reqwest = { workspace = true, features = ["blocking"] }
1212
serde = { workspace = true, features = ["derive"] }
1313
serde_json = { workspace = true }

export/pronom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version.workspace = true
77

88
[dependencies]
99
anyhow = { workspace = true }
10-
file_type = { path = "../../file_type", version = "0.8.6" }
10+
file_type = { path = "../../file_type", version = "0.8.7" }
1111
quick-xml = { workspace = true, features = ["serde", "serialize"] }
1212
rayon = { workspace = true }
1313
reqwest = { workspace = true, features = ["blocking"] }

export/source_generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ version = "0.1.0"
77

88
[dependencies]
99
anyhow = { workspace = true }
10-
file_type = { path = "../../file_type", version = "0.8.6" }
10+
file_type = { path = "../../file_type", version = "0.8.7" }
1111
tracing = { workspace = true }

export/wikidata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version.workspace = true
77

88
[dependencies]
99
anyhow = { workspace = true }
10-
file_type = { path = "../../file_type", version = "0.8.6" }
10+
file_type = { path = "../../file_type", version = "0.8.7" }
1111
reqwest = { workspace = true, features = ["blocking", "json"] }
1212
serde = { workspace = true, features = ["derive"] }
1313
serde_json = { workspace = true }

map_generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ version.workspace = true
77

88
[dependencies]
99
anyhow = { workspace = true }
10-
file_type = { path = "../file_type", version = "0.8.6", features = ["all"] }
10+
file_type = { path = "../file_type", version = "0.8.7", features = ["all"] }
1111
phf = { workspace = true }
1212
phf_codegen = { workspace = true }

0 commit comments

Comments
 (0)