diff --git a/CHANGELOG.md b/CHANGELOG.md index 7698032b..2516d92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4](https://github.com/robo9k/rust-magic-sys/compare/v0.4.3...v0.4.4) - 2026-03-28 + +### Other + +- *(deps)* Update pinned rev for `vcpkg` to fix CI build errors +- Fix links to own crate README on crates.io +- Fix version text in link to `libmagic` changelog + ## [0.4.3](https://github.com/robo9k/rust-magic-sys/compare/v0.4.2...v0.4.3) - 2026-03-21 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 13118c76..098ebe49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "magic-sys" -version = "0.4.3" +version = "0.4.4" dependencies = [ "pkg-config", "vcpkg", diff --git a/Cargo.toml b/Cargo.toml index 070b7af5..f543cf61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = [ ] repository = "https://github.com/robo9k/rust-magic-sys.git" license = "MIT OR Apache-2.0" -version = "0.4.3" +version = "0.4.4" authors = ["robo9k "] links = "magic" include = [