Skip to content

Commit

Permalink
Merge pull request #1 from stevent-team/release-plz/2023-07-18T09-04-10Z
Browse files Browse the repository at this point in the history
chore: release v0.1.1
  • Loading branch information
GRA0007 committed Dec 20, 2023
2 parents 76dfa32 + ea75ce8 commit de85453
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog
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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/stevent-team/favicon-rover/compare/v0.1.0...v0.1.1) - 2023-12-20

### Other
- Add an important comment
- Exclude fallback code without server feature
- Run CI with all features
- Send cache control header
- Use EnvFilter for tracing
- Implement CORS protection
- Render SVG favicons
- Convert to image format based on Accept header
- Refactor favicon responses
- Generate fallback initial code
- Add webp codec support
- Create FaviconImage wrapper for image
- Setup cargo feature for server
- Implement writing images to stdout and files
- Wrap image structs in custom Image struct
- Correctly call .await on fallback
- Correctly call .await on fallback
- Continue working on fetching favicons
- Add a scrape_link_tags fn
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.0"
version = "0.1.1"
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 de85453

Please sign in to comment.