Skip to content

Commit f83e18f

Browse files
chore: release v0.0.6
1 parent 00e5c95 commit f83e18f

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## `file_type` - [0.0.6](https://github.com/theseus-rs/file-type/compare/file_type-v0.0.5...file_type-v0.0.6) - 2025-01-04
10+
11+
### Other
12+
- update documentation
13+
914
## `file_type` - [0.0.5](https://github.com/theseus-rs/file-type/compare/file_type-v0.0.4...file_type-v0.0.5) - 2025-01-04
1015

1116
### Fixed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -21,7 +21,7 @@ keywords = ["file", "file-type", "format"]
2121
license = "(Apache-2.0 OR MIT) AND OGL-UK-3.0"
2222
repository = "https://github.com/theseus-rs/file-type"
2323
rust-version = "1.83.0"
24-
version = "0.0.5"
24+
version = "0.0.6"
2525

2626
[workspace.dependencies]
2727
anyhow = "1.0.95"

export/apache_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.0.5" }
10+
file_type = { path = "../../file_type", version = "0.0.6" }
1111
jiff = { workspace = true, features = ["serde"] }
1212
reqwest = { workspace = true }
1313
quick-xml = { workspace = true, features = ["serde", "serialize"] }

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.0.5" }
10+
file_type = { path = "../../file_type", version = "0.0.6" }
1111
jiff = { workspace = true, features = ["serde"] }
1212
reqwest = { workspace = true }
1313
quick-xml = { workspace = true, features = ["serde", "serialize"] }

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.0.5" }
10+
file_type = { path = "../../file_type", version = "0.0.6" }
1111
rayon = { workspace = true }
1212
reqwest = { workspace = true, features = ["blocking"] }
1313
quick-xml = { workspace = true, features = ["serde", "serialize"] }

0 commit comments

Comments
 (0)