Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 8, 2025
1 parent b9bac63 commit 0095b08
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `file_type` - [0.2.1](https://github.com/theseus-rs/file-type/compare/file_type-v0.2.0...file_type-v0.2.1) - 2025-01-08

### Fixed
- corrected classification sorting to select the most general file format

### Other
- Merge pull request [#35](https://github.com/theseus-rs/file-type/pull/35) from theseus-rs/update-linguist-file-formats
- ignore tests failing on Windows
- update crate documentation
- update crate documentation

## `file_type` - [0.2.0](https://github.com/theseus-rs/file-type/compare/file_type-v0.1.0...file_type-v0.2.0) - 2025-01-07

### Fixed
Expand Down
8 changes: 4 additions & 4 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 @@ -21,7 +21,7 @@ keywords = ["file", "file-type", "format"]
license = "(Apache-2.0 OR MIT) AND OGL-UK-3.0"
repository = "https://github.com/theseus-rs/file-type"
rust-version = "1.83.0"
version = "0.2.0"
version = "0.2.1"

[workspace.dependencies]
anyhow = "1.0.95"
Expand Down
2 changes: 1 addition & 1 deletion export/apache_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.2.0" }
file_type = { path = "../../file_type", version = "0.2.1" }
jiff = { workspace = true, features = ["serde"] }
reqwest = { workspace = true }
quick-xml = { workspace = true, features = ["serde", "serialize"] }
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.2.0" }
file_type = { path = "../../file_type", version = "0.2.1" }
jiff = { workspace = true, features = ["serde"] }
reqwest = { workspace = true }
quick-xml = { workspace = true, features = ["serde", "serialize"] }
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.2.0" }
file_type = { path = "../../file_type", version = "0.2.1" }
rayon = { workspace = true }
reqwest = { workspace = true, features = ["blocking"] }
quick-xml = { workspace = true, features = ["serde", "serialize"] }
Expand Down

0 comments on commit 0095b08

Please sign in to comment.