Skip to content

Commit

Permalink
Merge pull request #4 from stevent-team/release-plz-2023-12-24T05-14-54Z
Browse files Browse the repository at this point in the history
chore: release v0.1.2
  • Loading branch information
giraugh committed Dec 24, 2023
2 parents 3de7184 + a669ee3 commit 8717d13
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Other
- Document how fonts are loaded
- Add call to load fonts from pwd when starting server
- Explicitly load /usr/share/fonts
- Add debug for fonts
- Add additional tracing
- Use specific arial font family for fallback generation
- Store reqwest client in axum state
- Restructure modules to centralise favicon utils

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

### 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.1"
version = "0.1.2"
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 8717d13

Please sign in to comment.