Skip to content

Commit

Permalink
Merge pull request #4 from theseus-rs/release-plz-2025-01-02T20-46-13Z
Browse files Browse the repository at this point in the history
chore: release v0.0.1
  • Loading branch information
brianheineman authored Jan 2, 2025
2 parents 639316d + 590cc6f commit ba64500
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -17,7 +17,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.0.0"
version = "0.0.1"

[workspace.dependencies]
anyhow = "1.0.95"
Expand Down
17 changes: 17 additions & 0 deletions file_type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1](https://github.com/theseus-rs/file-type/compare/file_type-v0.0.0...file_type-v0.0.1) - 2025-01-02

### Other

- correct badge links
- correct crate docs
- correct wasm32 builds
- update crate docs
2 changes: 1 addition & 1 deletion pronom_export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license.workspace = true
version.workspace = true

[dependencies]
file_type = { path = "../file_type", version = "0.0.0" }
file_type = { path = "../file_type", version = "0.0.1" }
rayon = { workspace = true }
reqwest = { workspace = true, features = ["blocking"] }
quick-xml = { workspace = true, features = ["serde", "serialize"] }
Expand Down

0 comments on commit ba64500

Please sign in to comment.