diff --git a/CHANGELOG.md b/CHANGELOG.md index baff8d5..5c27e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.12.0] - 2024-08-06 + +### Added + +- Add cargo deny to check dependencies +- Add thirdparty licenses with cargo-bundle-licenses +- Add info on dependencies and licenses + +### Changed + +- Update dependencies + +### Removed + +- Remove unnecessary dependency feature + ## [0.11.0] - 2024-08-04 ### Added @@ -129,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial commit +[0.12.0]: https://github.com/bbastin/assetinfo/compare/v0.11.0..v0.12.0 [0.11.0]: https://github.com/bbastin/assetinfo/compare/v0.10.1..v0.11.0 [0.10.1]: https://github.com/bbastin/assetinfo/compare/v0.10.0..v0.10.1 [0.10.0]: https://github.com/bbastin/assetinfo/compare/v0.9.0..v0.10.0 diff --git a/Cargo.lock b/Cargo.lock index 0732453..5cc98b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "assetinfo" -version = "0.11.0" +version = "0.12.0" dependencies = [ "async-compression", "bollard", diff --git a/Cargo.toml b/Cargo.toml index 494210a..d3abd69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "assetinfo" -version = "0.11.0" +version = "0.12.0" authors = ["Benedikt Bastin"] edition = "2021" description = "assetinfo is a tool to watch for versions of assets and their end-of-life date."