Skip to content

Commit

Permalink
chore: Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbastin committed Aug 6, 2024
1 parent df9a8a4 commit 6f021d9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <!-- 1 -->Added

- Add cargo deny to check dependencies
- Add thirdparty licenses with cargo-bundle-licenses
- Add info on dependencies and licenses

### <!-- 2 -->Changed

- Update dependencies

### <!-- 4 -->Removed

- Remove unnecessary dependency feature

## [0.11.0] - 2024-08-04

### <!-- 1 -->Added
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -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."
Expand Down

0 comments on commit 6f021d9

Please sign in to comment.