Skip to content

Commit

Permalink
Merge pull request #7 from stevent-team/release-plz-2024-08-05T05-37-26Z
Browse files Browse the repository at this point in the history
chore: release v0.1.3
  • Loading branch information
GRA0007 committed Aug 12, 2024
2 parents 03dd281 + d10797b commit 105a20d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3](https://github.com/stevent-team/favicon-rover/compare/v0.1.2...v0.1.3) - 2024-08-05

### Other
- Remove error check for infallible image output format conversion
- Remove unused `ImageFormatContentTypeExt` trait
- Convert image data to supported format before encoding as webp

## [0.1.2](https://github.com/stevent-team/favicon-rover/compare/v0.1.1...v0.1.2) - 2023-12-24

### Other
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
@@ -1,6 +1,6 @@
[package]
name = "favicon-rover"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "A web service and CLI tool to fetch the favicon of any website"
keywords = ["favicon", "scraper", "icon"]
Expand Down

0 comments on commit 105a20d

Please sign in to comment.