Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 4, 2025

🤖 New release

  • file_type: 0.0.5 -> 0.0.6 (⚠️ API breaking changes)

⚠️ file_type breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_missing.ron

Failed in:
  enum file_type::pronom::SignatureType, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/external_signature.rs:5
  enum file_type::pronom::Lossiness, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/compression_type.rs:8
  enum file_type::pronom::Endianness, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/byte_sequence.rs:20
  enum file_type::pronom::RelationshipType, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/related_format.rs:5
  enum file_type::pronom::PositionType, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/byte_sequence.rs:8

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/module_missing.ron

Failed in:
  mod file_type::pronom, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/mod.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/struct_missing.ron

Failed in:
  struct file_type::pronom::Author, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/author.rs:5
  struct file_type::pronom::RelatedFormat, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/related_format.rs:30
  struct file_type::pronom::Regex, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/regex.rs:148
  struct file_type::pronom::ByteSequence, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/byte_sequence.rs:31
  struct file_type::pronom::DocumentIdentifier, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/document_identifier.rs:6
  struct file_type::pronom::FileFormat, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/file_format.rs:29
  struct file_type::pronom::CompressionType, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/compression_type.rs:17
  struct file_type::pronom::Document, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/document.rs:9
  struct file_type::pronom::Publisher, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/publisher.rs:5
  struct file_type::pronom::ExternalSignature, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/external_signature.rs:14
  struct file_type::pronom::InternalSignature, previously in file /tmp/.tmpfj4iKR/file_type/src/pronom/internal_signature.rs:8
Changelog


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-01-04T20-33-16Z branch from f83e18f to e9d95d8 Compare January 5, 2025 03:47
@brianheineman brianheineman changed the title chore: release v0.0.6 chore: release v0.1.0 Jan 5, 2025
@brianheineman brianheineman merged commit 568164e into main Jan 5, 2025
8 checks passed
@brianheineman brianheineman deleted the release-plz-2025-01-04T20-33-16Z branch January 5, 2025 04:06
Copy link
Contributor Author

github-actions bot commented Jan 5, 2025

🐰 Bencher Report

Branchrelease-plz-2025-01-04T20-33-16Z
Testbedlocalhost

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencynanoseconds (ns)
from_bytes📈 view plot
⚠️ NO THRESHOLD
6,152,200.00
from_extension📈 view plot
⚠️ NO THRESHOLD
44.99
from_id📈 view plot
⚠️ NO THRESHOLD
40.84
from_media_type📈 view plot
⚠️ NO THRESHOLD
49.72
try_from_file📈 view plot
⚠️ NO THRESHOLD
5,418,100.00
🐰 View full continuous benchmarking report in Bencher

Copy link

codecov bot commented Jan 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.10%. Comparing base (097bf2e) to head (9582e9f).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #21   +/-   ##
=======================================
  Coverage   95.10%   95.10%           
=======================================
  Files          19       19           
  Lines        2900     2900           
=======================================
  Hits         2758     2758           
  Misses        142      142           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant