Skip to content

Commit 936302c

Browse files
Merge pull request #49 from theseus-rs/release-plz-2025-01-24T23-40-14Z
chore: release v0.3.1
2 parents 1f88c9b + 61f2edc commit 936302c

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.3.1](https://github.com/theseus-rs/file-type/compare/v0.3.0...v0.3.1) - 2025-01-24
10+
11+
### Other
12+
- add jai linguist definition
13+
914
## `file_type` - [0.3.0](https://github.com/theseus-rs/file-type/compare/file_type-v0.2.4...file_type-v0.3.0) - 2025-01-18
1015

1116
### Added

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.84.0"
24-
version = "0.3.0"
24+
version = "0.3.1"
2525

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

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

0 commit comments

Comments
 (0)