Skip to content

Commit

Permalink
chore: release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 26, 2025
1 parent 297588c commit 5433665
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 17 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ keywords = ["file", "file-type", "format"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theseus-rs/file-type"
rust-version = "1.85.0"
version = "0.7.2"
version = "0.7.3"

[workspace.dependencies]
anyhow = "1.0.96"
Expand Down
2 changes: 1 addition & 1 deletion export/httpd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version.workspace = true

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../../file_type", version = "0.7.2" }
file_type = { path = "../../file_type", version = "0.7.3" }
reqwest = { workspace = true, features = ["blocking"] }
source_generator = { path = "../source_generator", version = "0.1.0" }
tracing = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion export/iana/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version.workspace = true
[dependencies]
anyhow = { workspace = true }
csv = { workspace = true }
file_type = { path = "../../file_type", version = "0.7.2" }
file_type = { path = "../../file_type", version = "0.7.3" }
reqwest = { workspace = true, features = ["blocking"] }
source_generator = { path = "../source_generator", version = "0.1.0" }
tracing = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion export/linguist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version.workspace = true

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../../file_type", version = "0.7.2" }
file_type = { path = "../../file_type", version = "0.7.3" }
reqwest = { workspace = true, features = ["blocking"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion export/pronom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version.workspace = true

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../../file_type", version = "0.7.2" }
file_type = { path = "../../file_type", version = "0.7.3" }
quick-xml = { workspace = true, features = ["serde", "serialize"] }
rayon = { workspace = true }
reqwest = { workspace = true, features = ["blocking"] }
Expand Down
2 changes: 1 addition & 1 deletion export/source_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ version = "0.1.0"

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../../file_type", version = "0.7.2" }
file_type = { path = "../../file_type", version = "0.7.3" }
tracing = { workspace = true }
2 changes: 1 addition & 1 deletion export/wikidata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version.workspace = true

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../../file_type", version = "0.7.2" }
file_type = { path = "../../file_type", version = "0.7.3" }
reqwest = { workspace = true, features = ["blocking", "json"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions file_type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.3](https://github.com/theseus-rs/file-type/compare/v0.7.2...v0.7.3) - 2025-02-26

### Added
- update pronom definitions
- update wikidata definitions
- update linguist definitions

## [0.7.2](https://github.com/theseus-rs/file-type/compare/v0.7.1...v0.7.2) - 2025-02-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion map_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ version.workspace = true

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../file_type", version = "0.7.2", features = ["all"] }
file_type = { path = "../file_type", version = "0.7.3", features = ["all"] }
phf = { workspace = true }
phf_codegen = { workspace = true }
2 changes: 1 addition & 1 deletion test_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ version.workspace = true

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../file_type", version = "0.7.2", features = ["pronom", "wikidata"] }
file_type = { path = "../file_type", version = "0.7.3", features = ["pronom", "wikidata"] }

0 comments on commit 5433665

Please sign in to comment.