Skip to content

Commit b1375dc

Browse files
Merge pull request #103 from theseus-rs/release-plz-2025-03-11T00-12-33Z
chore: release v0.7.5
2 parents 478e438 + d3d031b commit b1375dc

File tree

11 files changed

+22
-17
lines changed

11 files changed

+22
-17
lines changed

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.85.0"
34-
version = "0.7.4"
34+
version = "0.7.5"
3535

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

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.7.4" }
10+
file_type = { path = "../../file_type", version = "0.7.5" }
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.7.4" }
11+
file_type = { path = "../../file_type", version = "0.7.5" }
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.7.4" }
10+
file_type = { path = "../../file_type", version = "0.7.5" }
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.7.4" }
10+
file_type = { path = "../../file_type", version = "0.7.5" }
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.7.4" }
10+
file_type = { path = "../../file_type", version = "0.7.5" }
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.7.4" }
10+
file_type = { path = "../../file_type", version = "0.7.5" }
1111
reqwest = { workspace = true, features = ["blocking", "json"] }
1212
serde = { workspace = true, features = ["derive"] }
1313
serde_json = { workspace = true }

file_type/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.7.5](https://github.com/theseus-rs/file-type/compare/v0.7.4...v0.7.5) - 2025-03-11
11+
12+
### Added
13+
- update wikidata export to support file types without extensions
14+
1015
## [0.7.4](https://github.com/theseus-rs/file-type/compare/v0.7.3...v0.7.4) - 2025-03-07
1116

1217
### Added

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.7.4", features = ["all"] }
10+
file_type = { path = "../file_type", version = "0.7.5", features = ["all"] }
1111
phf = { workspace = true }
1212
phf_codegen = { workspace = true }

0 commit comments

Comments
 (0)