Skip to content

Commit

Permalink
Bump to version 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecot committed May 8, 2024
1 parent 808a755 commit 1cba985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version dev (unreleased)
# Version 0.25.0 (2024-05-08)

## Fixes

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "file-format"
version = "0.24.0"
version = "0.25.0"
authors = ["Mickaël Malécot <[email protected]>"]
edition = "2021"
description = "Crate for determining the file format of a given file or stream."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
file-format = "0.24"
file-format = "0.25"
```

## Crate features
Expand Down

0 comments on commit 1cba985

Please sign in to comment.